treeSitterRuntimeDecodeUtf8 function

TreeSitterDecodeResult treeSitterRuntimeDecodeUtf8(
  1. List<int> bytes
)

Pinned ICU U8_NEXT behavior used by generated and external lexer paths.

Implementation

TreeSitterDecodeResult treeSitterRuntimeDecodeUtf8(List<int> bytes) =>
    _decodeUtf8(bytes);