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

Location fixes #367

Closed bakkot closed 6 years ago

bakkot commented 6 years ago

Fixes #363.

Pretty much just a straight port of https://github.com/shapesecurity/shift-java/pull/133, https://github.com/shapesecurity/shift-java/pull/134, and https://github.com/shapesecurity/shift-java/pull/135, including tests.

Commits are split for your reviewing convenience.