-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Fix definition of Array.prototype[Symbol.unscopables]
#42566
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
Fix definition of Array.prototype[Symbol.unscopables]
#42566
Conversation
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
0bca8f1
to
5ba4718
Compare
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.
Wait a minute. This changes more than #36540 does. What do the additional changes do?
@sandersn The second change is simply copying the |
5ba4718
to
6c9c073
Compare
I'd be happy to take the first two changes immediately: removing the extraneous |
Related: #46616 |
@graphemecluster Probably because there are merge conflicts (again). |
6c9c073
to
f4c68f0
Compare
Conflicts again :( |
f4c68f0
to
cf62705
Compare
c14d522
to
2b75010
Compare
#36540 was incorrectly applied to
lib/es2015.symbol.wellknown.d.ts
and thus got overwritten once the next TypeScript LKG lib was rebuilt.#42566 (comment):
Actually fixes #34610
Fixes #46616
review?(@sandersn, @rbuckton)