v0.2.2
Changes:
- Only store
IScope
s that directly reference aIVariable
in theIVariable.ReferencingScopes
; - Move
CapturedVariables
toIFunctionScope
as it is not applicable to non-function scopes; - Add
ReferencedVariables
toIScope
with allIVariable
s referenced by the scope and its children; - Updated the README with instructions and documentation on v0.2.