Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
The error and info messages are repeating so it's better to implement Message.ts file which can avoid code duplication
Describe the solution you'd like
Implement Message.ts similar to one present in stencil-cli
https://github.com/SamagraX-Stencil/stencil-cli/blob/master/lib/ui/messages.ts
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
To avoid duplication of error messages
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
The error and info messages are repeating so it's better to implement Message.ts file which can avoid code duplication
Describe the solution you'd like
Implement Message.ts similar to one present in stencil-cli
https://github.com/SamagraX-Stencil/stencil-cli/blob/master/lib/ui/messages.ts
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
To avoid duplication of error messages