You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path ['args', '1', 'subscript'] corresponds to { type: 'number', value: '0' }.
The path ['args', '2', 'args', ['1', '2', '3']] corresponds to nodes 10, 20, 35. (full node form omitted to save space.
There should be some sort of function to get the node at path. Calling it on an AST will return the node (or nodes) for the path in the given AST. If no nodes are found for the given path then it should return null.
A path is an array of object keys/array index.
The text was updated successfully, but these errors were encountered: