interface TreeSitterEngineConfig {
    treeSitterWasmPath?: string;
    type: "tree-sitter";
    wasmPath?: string;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of TreeSitterEngineConfig

Properties

treeSitterWasmPath?: string

The path to the tree-sitter WASM binary to use. If this is undefined, the path specified by the tree-sitter package will be used.

type: "tree-sitter"
wasmPath?: string

The path to the tree-sitter-r WASM binary to use. If this is undefined, DEFAULT_TREE_SITTER_R_WASM_PATH will be used.