-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
DOM update 2025/01/16 #60987
DOM update 2025/01/16 #60987
Conversation
@typescript-bot test this |
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: synaptic
Package: rusha
Package: dom-webcodecs
|
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
@typescript-bot test this |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: rusha
Package: dom-webcodecs
|
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
Baselines show that it creates more types, unfortunately.
@typescript-bot test this |
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
Hey @sandersn, it looks like the DT test run failed. Please check the log for more details. |
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@typescript-bot run dt |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: dom-webcodecs
|
@sandersn Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
Should allow more variance in non-immediate subtypes
@typescript-bot test this |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: dom-webcodecs
|
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
@@ -1,5 +1,8 @@ | |||
//// [tests/cases/compiler/implicitAnyInCatch.ts] //// | |||
|
|||
=== Performance Stats === | |||
Type Count: 1,000 |
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.
Wow, how are we instantiating this many types in a test that doesn't do anything? I guess it's because of var key in 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.
the instantiable additions are probably just enough to bump us over the limit for logging the type count.
@typescript-bot cherry-pick this to 5.8 |
Starting jobs; this comment will be updated as builds start and complete.
|
@typescript-bot cherry-pick this to release-5.8 |
Starting jobs; this comment will be updated as builds start and complete.
|
Fixes #60985
Changes:
AbortSignal#any
is deleted. Static methodAbortSignal.any
remains.media
andstyle
accessors.style
accessor)get location(): Location
is unchangedset location(href: string)
previously allowedLocation
(probably because of Typescript's accessor assignability rules)classList
,part
,style
accessorsGPUError
with one propertymessage
number
for their last parameters, notany
"Ed25519"
and{ name: "Ed25519" }
"camera"
and"microphone"
DT errors:
Notes:
Update: DT and top400 errors are now down to: