Type Alias: Vars
Vars =
Record<string,Var[]>
Defined in: src/static_analysis.ts:85
A mapping of variable names to their locations along with any path segments.
Vars =
Record<string,Var[]>
Defined in: src/static_analysis.ts:85
A mapping of variable names to their locations along with any path segments.