tc39/proposal-async-iteration

Add a asynchronous version of destructuring

dou4cc opened this issue · 1 comments

We need let {a: await [a]} = {a: iterable} to let {a: [a]} = {a: iterable} like for await(let a of iterable) to for(let a of iterable).

That sounds like a separate proposal, not an issue with this proposal. Please see https://github.com/tc39/ecma262/blob/master/CONTRIBUTING.md#new-feature-proposals