@getmate/tree-sitter-mate
v0.7.0
Published
Mate tree-sitter runtime package (WASM + loader)
Downloads
2,608
Readme
@getmate/tree-sitter-mate
Runtime-only Mate tree-sitter distribution with WASM and loader helpers.
Installation
bun add @getmate/tree-sitter-mateUsage
import { getWasmUrl, fetchWasmModule } from '@getmate/tree-sitter-mate';
const wasmUrl = getWasmUrl();
const wasmModule = await fetchWasmModule();CLI
tree-sitter-mate --version
tree-sitter-mate ./component.mate