-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In the async generator examples, a syntax like
await yield f()
is used. However, this does not seem to be parseable by the ES6 grammar and https://github.com/lukehoban/ecmascript-asyncawait. await expects an UnaryExpression, while yield produces an AssignmentExpression.
Metadata
Metadata
Assignees
Labels
No labels