-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Restore HTMLDocument constructable value in DOM #45554
Conversation
Don't touch anything else in the DOM.
I’m assuming the https://github.com/microsoft/TypeScript/pull/45554/files#diff-649a115a1a1a9a6c5eeefa536f5e12d3ef96bfc1c9ea437c42aa28f685ad6960 diff made sense when you viewed it locally; it references DOM types in it so I guess line numbers just changed on super long lines? |
Yep, it's just a dump of most of the DOM types, and Window lost its |
@typescript-bot cherry-pick this to release-4.4 |
Component commits: c9846f8 Restore HTMLDocument constructable value in DOM Don't touch anything else in the DOM.
Component commits: c9846f8 Restore HTMLDocument constructable value in DOM Don't touch anything else in the DOM. Co-authored-by: Nathan Shively-Sanders <nathansa@microsoft.com>
Don't touch anything else in the DOM.
Don't touch anything else in the DOM. Less consistent with
@types/web
than #45553, but safer to ship late in 4.4's release.