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 includes trailing whitespace #363

Closed bakkot closed 6 years ago

bakkot commented 6 years ago

It should not, to align with shift-java.

There have been a handful (x, x, x) of patches to shift-java which probably need porting here.