release 0.26.1

This commit is contained in:
Will Lillis 2025-12-08 16:06:45 -05:00
parent b0afbf3762
commit 8a3dcc6155
11 changed files with 25 additions and 25 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.0, you can
Note that you can also set this with `TREE_SITTER_JS_RUNTIME`. Starting from version 0.26.1, 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`.