Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat await as a reserved word when parsing a module #1234

Closed
ariya opened this issue Jul 12, 2015 · 0 comments
Closed

Treat await as a reserved word when parsing a module #1234

ariya opened this issue Jul 12, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@ariya
Copy link
Contributor

ariya commented Jul 12, 2015

See 11.6.2.2 on Future Reserved Words:

await is only treated as a FutureReservedWord when Module is the goal symbol of the syntactic grammar.

@ariya ariya added the es6 label Jul 12, 2015
@ariya ariya added this to the 2.5 milestone Jul 12, 2015
@ariya ariya self-assigned this Jul 12, 2015
ariya added a commit to ariya/esprima that referenced this issue Jul 12, 2015
ariya added a commit to ariya/esprima that referenced this issue Jul 13, 2015
ariya added a commit to ariya/esprima that referenced this issue Jul 13, 2015
@mikesherov mikesherov mentioned this issue Jul 13, 2015
25 tasks
@ariya ariya closed this as completed in 3b17c76 Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant