-
Well, if there would be multiple TypeScript implementations available, especially ones that are faster, Microsoft would suddenly lose their moat they gathered by getting TypeScript to be wildly used.
Keeping the spec moving fast and breaking it with new updates servers multiple purposes, not only to make the language itself different, but to avoid competing implementations.
When I say "spec" I main the Microsoft TypeScript implementation, as they don't actually maintain any actual specification anymore.
> The spec is now an "archived" artifact and we won't be tracking defects against it anymore. - https://github.com/Microsoft/TypeScript/issues/15711
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
rescript
ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.
-
Related posts
-
How to document your JavaScript package
-
Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc
-
What is JSDoc and why you may not need typescript for your next project?
-
TypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc
-
Supercharge Your Node.js Development with This Starter Configuration