-
Notifications
You must be signed in to change notification settings - Fork 13.1k
DOM update 2025-11-06 #62730
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
base: main
Are you sure you want to change the base?
DOM update 2025-11-06 #62730
Conversation
|
@typescript-bot user test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates test baseline files that capture expected compiler output. The changes reflect updates to performance metrics and type information that the TypeScript compiler generates.
- Updates Symbol count threshold from 50,000 to 100,000 in JSX test baselines
- Adds "oncommand" to the globalThis type union and adjusts line numbers accordingly
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/baselines/reference/jsxIntrinsicElementsCompatability.types | Updates expected Symbol count metric from 50,000 to 100,000 |
| tests/baselines/reference/globalThisBlockscopedProperties.types | Adds "oncommand" event handler to the globalThis type union and adjusts line numbers |
|
Hey @jakebailey, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: serviceworker-webpack-plugin |
|
@jakebailey Here are the results of running the user tests with tsc comparing There were infrastructure failures potentially unrelated to your change:
Otherwise... Everything looks good! |
|
@jakebailey Here are the results of running the top 800 repos with tsc comparing Something interesting changed - please have a look. Details
|
Pulling in the latest since a bunch changed.