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

Allow `await` as identifier in parameter lists of methods inside async functions #432

Closed bakkot closed 4 years ago

bakkot commented 4 years ago

Fixes https://github.com/shapesecurity/shift-parser-js/issues/431.

This was just a typo.