Open Akimotorakiyu opened 3 months ago
Thank you @Akimotorakiyu for suggesting TypeScript support for this project. Could you please share your thoughts on how TypeScript might help improve the project? It would be great to understand the specific benefits you have in mind.
All the best, Nikos
First of all TypeScript is JavaScript with syntax for types.
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code.
There are too many reason and there are too many blog to tell you that what is TypeScript and why should you use it. I won't say much more. Simply put, typescript support is basically the basic consensus of front-end development.
You can click on the link below to take a look.
https://www.contentful.com/blog/what-is-typescript-and-why-should-you-use-it/
It seems that this project is still in its early stages, Is there any way I can help you? Testing, building, or other
typescript support
Thank you for the suggestions and for providing clear references on TypeScript advantages. I will investigate how can I gradually introduce TypeScript into FEAScript. I’ll update you and the community as I make progress on this.
It seems that this project is still in its early stages, Is there any way I can help you? Testing, building, or other
Thank you so much for offering to help! From what I’ve seen of your projects, it looks like you have experience with library packaging. If that’s something you’d be interested in, we could collaborate on setting up the necessary configuration to publish the library as an npm package.
typescript support