A function that provides text content for parsing based on byte index and position
Get a chunk of text at the given byte offset.
The byte index into the text
Optional
Optional position in the text as {row, column}
A string chunk, or null/undefined if no text at this index
A function that provides text content for parsing based on byte index and position