tc39/proposal-async-iteration

Check grammar parameters again

domenic opened this issue · 1 comments

Much of the grammar parametrization here was done by aping the current spec. But tc39/ecma262#775 has found a few issues with the current spec. (/cc @anba)

I went through all the changes in that PR and none of them apply here. The grammar changes prevented await from passing through in generators and yield from passing through in async functions, but we need both to pass through for async generators. And the rest were largely changes we cover in our "Miscellaneous Patches" section already.