Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Normative: Account for for-await in [[Async]] #133

Merged
merged 1 commit into from
Oct 23, 2019

Conversation

syg
Copy link
Contributor

@syg syg commented Oct 7, 2019

Closes #132

Note that await in module contexts is always a keyword, so the "Contains await" static semantics in this patch will never match an await identifier.

Closes tc39#132

Note that `await` in module contexts is always a keyword, so the
"Contains `await`" static semantics in this patch will never match an
`await` identifier.
@syg
Copy link
Contributor Author

syg commented Oct 7, 2019

@MylesBorins PTAL

@hayd hayd mentioned this pull request Oct 13, 2019
4 tasks
@Ms2ger
Copy link
Collaborator

Ms2ger commented Oct 23, 2019

@MylesBorins do you want to look at this still or should I merge it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

for await
4 participants