mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-12 08:26:20 -04:00
These were used to provide the `ts_record_*` functions regardless of whether the `allocation-tracking` feature is enabled. The allocation tracking code is now implemented entirely in the `lib` crate, and only when the feature is enabled, and so these stubs are no longer needed. |
||
|---|---|---|
| .. | ||
| generate | ||
| tests | ||
| config.rs | ||
| error.rs | ||
| highlight.rs | ||
| lib.rs | ||
| loader.rs | ||
| logger.rs | ||
| main.rs | ||
| parse.rs | ||
| query.rs | ||
| query_testing.rs | ||
| tags.rs | ||
| test.rs | ||
| test_highlight.rs | ||
| util.rs | ||
| wasm.rs | ||
| web_ui.html | ||
| web_ui.rs | ||