Also bump the tree-sitter-language crate to 0.1.6
This commit is contained in:
Will Lillis 2025-12-08 17:38:17 -05:00
parent 744e556f7e
commit 8b8199775f
12 changed files with 27 additions and 27 deletions

View file

@ -51,7 +51,7 @@ Report conflicts in a JSON format.
### `--js-runtime <EXECUTABLE>`
The path to the JavaScript runtime executable to use when generating the parser. The default is `node`.
Note that you can also set this with `TREE_SITTER_JS_RUNTIME`. Starting from version 0.26.1, you can
Note that you can also set this with `TREE_SITTER_JS_RUNTIME`. Starting from version 0.26.2, you can
also pass in `native` to use the experimental native QuickJS runtime that comes bundled with the CLI.
This avoids the dependency on a JavaScript runtime entirely. The native QuickJS runtime is compatible
with ESM as well as with CommonJS in strict mode. If your grammar depends on `npm` to install dependencies such as base grammars, the native runtime can be used *after* running `npm install`.