Optional
Readonly
laxOptional
Readonly
treeThe path to the tree-sitter WASM binary to use. If this is undefined, the path specified by the tree-sitter package will be used.
Readonly
typeOptional
Readonly
wasmThe path to the tree-sitter-r WASM binary to use. If this is undefined, DEFAULT_TREE_SITTER_R_WASM_PATH will be used.
Whether to use the lax parser for parsing R code (allowing for syntax errors). If this is undefined, the strict parser will be used.