shapesecurity / shift-parser-js

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

Regex parsing #403

Closed Protryon closed 5 years ago

bakkot commented 5 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 5 years ago

Replaced by #408