Returns the direction which which the given node will be matched relative to the closest parent alternative.
If the given node is a lookaround, then the result of getMatchingDirection(lookaround) will be the same as getMatchingDirection(lookaround.parent).
getMatchingDirection(lookaround)
getMatchingDirection(lookaround.parent)
Returns the direction which which the given node will be matched relative to the closest parent alternative.
If the given node is a lookaround, then the result of
getMatchingDirection(lookaround)
will be the same asgetMatchingDirection(lookaround.parent)
.