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

ParserWithLocation breaks HTML comment handling #391

Closed bakkot closed 5 years ago

bakkot commented 5 years ago

E.g. this test doesn't work when run through ParseScriptWithLocation, though it does with ParseScript.

Fix incoming.