tc39 / proposal-array-from-async

Draft specification for a proposed Array.fromAsync method in JavaScript.
http://tc39.es/proposal-array-from-async/
BSD 3-Clause "New" or "Revised" License
177 stars 13 forks source link

Normative: avoid double construction of `this` value #41

Closed michaelficarra closed 1 year ago

michaelficarra commented 1 year ago

Fixes #35. Requires consensus.

michaelficarra commented 1 year ago

This has consensus.

Ms2ger commented 1 year ago

This will likely need some test changes, including perhaps https://github.com/tc39/test262/blob/88a2f0dcd1df45635ebb20004ef5e5b7038f56bc/test/built-ins/Array/fromAsync/this-constructor.js

michaelficarra commented 1 year ago

Ping @js-choi. It's been over a month. Can you merge this? I don't have the required permissions.

michaelficarra commented 1 year ago

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.

js-choi commented 1 year ago

My sincere apologies for the neglect here. I’ve merged it in.

michaelficarra commented 1 year ago

@js-choi I don't see any recent commits on main: https://github.com/tc39/proposal-array-from-async/commits/main

js-choi commented 1 year ago

Fixed, sorry.