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

Forbid \08 in strict strings #379

Closed bakkot closed 6 years ago

bakkot commented 6 years ago

Fixes #360.

Pretty much the same patch as I made to v8.

Also improves the error message for octals in templataes.