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 an invalid identifier #4954

Merged
merged 1 commit into from Mar 19, 2017
Merged

Commits on Dec 7, 2016

  1. Treat "await" as an invalid identifier

    It is valid (outside `async` functions) in the "script" parse goal, but always invalid in the "module" parse goal.
    
    Fixes babel#4952.
    Diogo Franco committed Dec 7, 2016
    Copy the full SHA
    b96ec4c View commit details
    Browse the repository at this point in the history