shapesecurity / shift-parser-js

ECMAScript parser that produces a Shift format AST
http://shift-ast.org/parser.html
Apache License 2.0
248 stars 28 forks source link

add tests for await as identifier in scripts #386

Closed bakkot closed 5 years ago

bakkot commented 5 years ago

Depends on https://github.com/bakkot/normalize-parser-test/pull/2 (otherwise var await; is considered to be the same test as var a;, which already exists in test262-parser-tests; the test runner enforces no duplicates with that suite, so this fails).