Optional
Readonly
Whether to keep parsing code that does not parse, so what tree-sitter did understand is still analyzed; the strict parser rejects the file instead. Off by default.
new FlowrAnalyzerBuilder().setEngine('tree-sitter').configure('engine.tree-sitter.lax', true) Copy
new FlowrAnalyzerBuilder().setEngine('tree-sitter').configure('engine.tree-sitter.lax', true)
The path to the tree-sitter-r WASM binary to use; defaults to DEFAULT_TREE_SITTER_R_WASM_PATH.
Whether to keep parsing code that does not parse, so what tree-sitter did understand is still analyzed; the strict parser rejects the file instead. Off by default.