-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Normative: avoid double construction of this
value
#41
Conversation
This has consensus. |
This will likely need some test changes, including perhaps https://github.com/tc39/test262/blob/88a2f0dcd1df45635ebb20004ef5e5b7038f56bc/test/built-ins/Array/fromAsync/this-constructor.js |
Ping @js-choi. It's been over a month. Can you merge this? I don't have the required permissions. |
Ping @js-choi one last time. It's been over 3 months now. If you're not available to continue championing it, I'm going to request to take over this proposal. |
My sincere apologies for the neglect here. I’ve merged it in. |
@js-choi I don't see any recent commits on |
Fixed, sorry. |
…truct Apply a normative fix to Array.fromAsync fixed in: tc39/proposal-array-from-async#41 This avoids a double construction when Array.fromAsync is given an array like object.
Apply a normative fix to Array.fromAsync fixed in: tc39/proposal-array-from-async#41 This avoids a double construction when Array.fromAsync is given an array like object.
Fixes #35. Requires consensus.