docs: Add TypeScript 4.9 to table - #1473
Merged
Merged
Conversation
TS 4.9 released on November 17, 2022: microsoft/TypeScript@93bd577 The last change in that ref's tree to src/lib/dom.generated.d.ts is from microsoft/TypeScript#51300 on October 25, 2022 which pulled in the types from @types/web 0.0.76, released on October 24, 2022. Verified by running ```sh curl "https://raw.githubusercontent.com/microsoft/TypeScript/93bd577458d55cd720b2677705feab5c91eb12ce/src/lib/dom.generated.d.ts" -o ts-types.txt curl "https://raw.githubusercontent.com/microsoft/TypeScript-DOM-lib-generator/1a77ff811b6b515636c24789ac2cf8f008d4bcbb/baselines/dom.generated.d.ts" -o ts-dom-types.txt diff ts-types.txt ts-dom-types.txt # no output meaning the files are identicial ```
Contributor
|
Thanks for the PR! This section of the codebase is owned by Kagami Sascha Rosylight (@saschanaz) - if they write a comment saying "LGTM" then it will be merged. |
Contributor
|
LGTM, thanks! |
Contributor
|
Merging because Kagami Sascha Rosylight (@saschanaz) is a code-owner of all the changes - thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TS 4.9 released on November 17, 2022: microsoft/TypeScript@93bd577 The last change in that ref's tree to
src/lib/dom.generated.d.tsis from microsoft/TypeScript#51300 on October 25, 2022 which pulled in the types from @types/web 0.0.76, released on October 24, 2022.Verified by running