shapesecurity / shift-scope-js

scope analyser for the Shift AST
http://shift-ast.org/scope.html
Apache License 2.0
11 stars 6 forks source link

Scope lookup: allow querying scope for a node #40

Open bakkot opened 7 years ago

bakkot commented 7 years ago

Currently there's no way to ask of the scope lookup helper "I have a function; give me the Scope for it". There should be.