ASTNode.out() method
Find the next element that is one position above and all the way to the left of the current location.
Signature:
out(): ASTNode | null;
Returns:
ASTNode | null
An AST node that wraps the next field, connection, workspace or block. Or null if we are at the workspace level.