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 information for FunctionBody should includes braces #371

Closed bakkot closed 6 years ago

bakkot commented 6 years ago

and FormalParameters should include parentheses.

This is particularly relevant if we pursue #370, but also, it's just nicer, I think.

Pros:

Cons:

michaelficarra commented 6 years ago

Fixed by #373.