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
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
Wait a minute. This changes more than #36540 does. What do the additional changes do?
|
Nathan Shively-Sanders (@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 |
|
Why it is still not merged? If not I am going to put this change in #49855. |
|
graphemecluster (@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.tsand thus got overwritten once the next TypeScript LKG lib was rebuilt.#42566 (comment):
Actually fixes #34610
Fixes #46616
review?(@sandersn, @rbuckton)