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

fix destructuring rest properties #436

Closed bakkot closed 4 years ago

bakkot commented 4 years ago

Fixes https://github.com/shapesecurity/shift-parser-js/issues/423 and https://github.com/shapesecurity/shift-parser-js/issues/425.

(The first commit. The second commit is just a simplification which doesn't change behavior.)