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

`super` is incorrectly accepted in member assignment #448

Open bakkot opened 3 years ago

bakkot commented 3 years ago

super._ = 0 parses, even outside of a method. It shouldn't.