shapesecurity / shift-parser-js

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

Fix #290: prevent FutureReservedWords from being labels #332

Closed bakkot closed 7 years ago

bakkot commented 7 years ago

Also prevents enum from being used as an Identifier, which it is not.