Find the node path from root to the node at a given character position.
Returns the sequence of nodes from root to the deepest node whose position range contains the given offset.
The AST root node
Character offset in the source expression
Array of nodes from root to target (inclusive), or empty if not found
Find the node path from root to the node at a given character position.
Returns the sequence of nodes from root to the deepest node whose position range contains the given offset.