💥 Proposal
(A clear and concise description of what the proposal is.)
I know that we already have this for some plugins, like docusaurus, docs-plugin, blog-plugin but
Typescript is getting more popular over the years, in Front End Development. You can have a idea of the market size here.
Althought many people can complain about the increasing of time in the development, I tend to think that the benefits provided by have a type system overcome this time. Here are some advantages:
- Code is easier to understand: It's easy to know which params are expected and returned
- Useful to find bugs: You can have problems passing null values, or an object in a function that expects an array
- Easier to debug
- Aids the developer in having the correct workflow
If you have interest, I can work on this.
yes
💥 Proposal
(A clear and concise description of what the proposal is.)
I know that we already have this for some plugins, like docusaurus, docs-plugin, blog-plugin but
Typescript is getting more popular over the years, in Front End Development. You can have a idea of the market size here.
Althought many people can complain about the increasing of time in the development, I tend to think that the benefits provided by have a type system overcome this time. Here are some advantages:
If you have interest, I can work on this.
Have you read the Contributing Guidelines on issues?
yes