Skip to content

consider separating TypeScript API from binaries and start using semver versioning for it #6520

Closed
@zpdDG4gta8XKpMCd

Description

@zpdDG4gta8XKpMCd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIRelates to the public API for TypeScriptCommittedThe team has roadmapped this issueSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions