Closed
Description
Currently the version of the NPM package of TypeScript hardly makes any semver sense as it is supposed to:
- breaking changes to the language features do not a get major number bump
- breaking API changes are shipped under the same version as the language
It's not clear what drives these version changes.
Consider making some use of semantic versioning, because it has its benefits, especially in the context of NPM.