Add a asynchronous version of destructuring
dou4cc opened this issue · 1 comments
dou4cc commented
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)
.
domenic commented
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