TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Question regarding versioning plan

Open markjm opened this issue 3 years ago • 1 comments

Hi all -- big fan of the splitting of types out of typescript core. I looked through the already published packages and docs and dont see any versioning scheme (aside from note that it doesnt follow semver, which is fine). Is there some plan for versioning, or should we just expect some table of @types/web to typescript versions which "match"

I am wondering if it might be valuable to version @types/web to match the version bundled within Typescript (so @types/[email protected] would be the types included in [email protected]). Thoughts?

markjm avatar Oct 04 '21 18:10 markjm

Yep, the table is in the README: https://github.com/microsoft/TypeScript-DOM-lib-generator#typeslib-to-typescript-versions

I need to get around to merging https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1160 to add 4.5's

orta avatar Oct 04 '21 20:10 orta