shapesecurity / shift-parser-js

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

Regex parsing #403

Closed Protryon closed 6 years ago

bakkot commented 6 years ago

Backreferences and unicode property escapes aren't a part of es2016 or es2017. Do we want to include them in those branches?

Protryon commented 6 years ago

Replaced by #408