rawLookaheadBytesFor method

int rawLookaheadBytesFor(
  1. GeneratedTreeSitterNode node
)

Raw subtree metadata retained by ts_subtree_edit. Reuse callers use lookaheadBytesFor, which additionally invalidates changed subtrees.

Implementation

int rawLookaheadBytesFor(GeneratedTreeSitterNode node) => node.lookaheadBytes;