This commit is contained in:
Amaan Qureshi 2024-03-10 16:38:53 -04:00
parent e9b3f65ceb
commit 0a5a564ea7
No known key found for this signature in database
GPG key ID: E67890ADC4227273
8 changed files with 19 additions and 17 deletions

View file

@ -44,7 +44,6 @@ pub const LANGUAGE_VERSION: usize = ffi::TREE_SITTER_LANGUAGE_VERSION as usize;
pub const MIN_COMPATIBLE_LANGUAGE_VERSION: usize =
ffi::TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION as usize;
pub const ALLOC_HEADER: &str = include_str!("../../cli/src/generate/templates/alloc.h");
pub const ARRAY_HEADER: &str = include_str!("../src/array.h");
pub const PARSER_HEADER: &str = include_str!("../src/parser.h");

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.21.0",
"version": "0.22.0",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",