Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add TypeScript 4.9 to table #1473

Merged
merged 1 commit into from Jan 15, 2023
Merged

docs: Add TypeScript 4.9 to table #1473

merged 1 commit into from Jan 15, 2023

Commits on Jan 14, 2023

  1. docs: Add TypeScript 4.9 to table

    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
    ```
    StenAL committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    78bae30 View commit details
    Browse the repository at this point in the history