materializePosition method
Materializes effective coordinates only for a subtree that is actually shifted into the new parse. Untouched prefix subtrees retain identity.
Implementation
GeneratedTreeSitterNode materializePosition(GeneratedTreeSitterNode node) {
return materializePositionAt(node, positionOf(node));
}