Keep track of scope in AST using acorn-walk

315 Views Asked by At

I need to keep track of the scope of an AST to arrange all expressions into a hierarchy using acorn-walk in JS. There is very little documentation so I am pretty clueless. Thanks for all the help!

0

There are 0 best solutions below