parseUtf16LeWith method
TreeSitterTree
parseUtf16LeWith(
- TreeSitterUtf16InputCallback read, {
- TreeSitterTree? oldTree,
- Iterable<
TreeSitterInputEdit> edits = const [], - bool annotateLocals = true,
Implementation
TreeSitterTree parseUtf16LeWith(
TreeSitterUtf16InputCallback read, {
TreeSitterTree? oldTree,
Iterable<TreeSitterInputEdit> edits = const [],
bool annotateLocals = true,
}) => parseNativeInput(
_nativeUtf16Input(read, Endian.little),
oldTree: oldTree,
edits: edits,
annotateLocals: annotateLocals,
)!;