This bridges the gap between how the C API reports this for a query cursor, but the wasm API defines the method on a query. Whenever you call a query method that might exceed the match limit, we call the C API function and transfer the result across the wasm boundary, storing the result in the JavaScript wrapper class. |
||
|---|---|---|
| .. | ||
| binding_rust | ||
| binding_web | ||
| include/tree_sitter | ||
| src | ||
| .ccls | ||
| Cargo.toml | ||
| README.md | ||
Subdirectories
src- C source code for the Tree-sitter libraryinclude- C headers for the Tree-sitter librarybinding_rust- Rust bindings to the Tree-sitter librarybinding_web- JavaScript bindings to the Tree-sitter library, using WebAssembly