Methods
# get(name) → {Array.<string>}
Get the definition of a variable.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string
|
Example: props.a.b is represented by ['a', 'b']
Array.<string>
# set(name, allNames) → {Map.<string, Array.<string>>}
Add a variable name to the current scope
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string
|
|
allNames |
Array.<string>
|
Example: |
Map.<string, Array.<string>>