shapesecurity / shift-parser-js

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

`await x ** 2` is not legal #445

Open bakkot opened 3 years ago

bakkot commented 3 years ago

See https://github.com/tc39/ecma262/issues/2197.

This is probably a bug in the codegen as well.