-
Notifications
You must be signed in to change notification settings - Fork 13k
Move Iterable/AsyncIterable into main DOM/WebWorker libs #62111
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
Conversation
@typescript-bot test it |
Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
Hey @jakebailey, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: es6-collections
Package: es6-shim
|
@jakebailey Here are the results of running the user tests with tsc comparing Everything looks good! |
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
c05d405
to
9483d42
Compare
@typescript-bot test it |
Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
Hey @jakebailey, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: es6-shim
Package: wicg-file-system-access
Package: es6-collections
|
@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 they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@saschanaz Just as an FYI, this is something we're planning on taking for 6.0, to settle this all once and for all. So, DOM will once again be evergreen. |
Cool. While we are at it, can we please stop calling it DOM (or at least add an alias)? That's very very small portion of what we have in the lib... |
@jakebailey Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
Do you have a plan how to do this? Add another subdirectory in baselines? |
Yes, same diff as we did for the 5.8/5.6 dirs; I will send a patch soon. |
I don't see this happening, really What would you suggest, if you had to choose? |
either |
5116cfa
to
acc2fce
Compare
@typescript-bot test it |
Hey @jakebailey, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: es6-shim
Package: wicg-file-system-access
Package: es6-collections
|
@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 they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
DT errors are:
Perf benchmark shows VS Code regressing. This is also due to Top tests:
Neither affect a public API. But, in general, it's just the addition of |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Related #54500
Fixes #60959
This PR moves the contents of
DOM.Iterable
andDOM.AsyncIterable
intoDOM
.DOM
now referenceses2015
andes2018.asynciterable
. DOM is now effectively evergreen.(Same applies to webworker)
TODO:
Double check to see ifMin target in 7.0 is es2015, es5 is deprecated in 6.0, so I'm not going to fuss with thises2015
is too broad