shapesecurity / shift-java

Shift format ECMAScript AST tooling
http://shift-ast.org/
Apache License 2.0
72 stars 25 forks source link

Add typesafe branch getter #273

Closed bakkot closed 2 years ago

bakkot commented 2 years ago

We already have the BranchGetter class, which is basically lenses over the AST. This PR adds an alternative version (named ASTPath for lack of a better name) with two major improvements:

This PR is against ES2017; I'll port it to ES2018 once it lands.