tree-sitter-rust
Advanced tools
Comparing version 0.21.0 to 0.23.0
@@ -523,2 +523,3 @@ /** | ||
field('bounds', optional($.trait_bounds)), | ||
optional($.where_clause), | ||
';', | ||
@@ -1587,3 +1588,3 @@ ), | ||
shebang: _ => /#![\s]*[^\[\s]+/, | ||
shebang: _ => /#![\s]*[^\[].+/, | ||
@@ -1590,0 +1591,0 @@ _reserved_identifier: $ => alias(choice( |
{ | ||
"name": "tree-sitter-rust", | ||
"version": "0.21.0", | ||
"version": "0.23.0", | ||
"description": "Rust grammar for tree-sitter", | ||
@@ -32,4 +32,4 @@ "repository": "github:tree-sitter/tree-sitter-rust", | ||
"dependencies": { | ||
"node-addon-api": "^7.1.0", | ||
"node-gyp-build": "^4.8.0" | ||
"node-addon-api": "^8.1.0", | ||
"node-gyp-build": "^4.8.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
"peerDependenciesMeta": { | ||
"tree_sitter": { | ||
"tree-sitter": { | ||
"optional": true | ||
@@ -46,15 +46,13 @@ } | ||
"devDependencies": { | ||
"eslint": "^8.47.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-google": "^0.14.0", | ||
"tree-sitter-cli": "^0.22.2", | ||
"prebuildify": "^6.0.0" | ||
"tree-sitter-cli": "^0.23.0", | ||
"prebuildify": "^6.0.1" | ||
}, | ||
"scripts": { | ||
"install": "node-gyp-build", | ||
"prebuildify": "prebuildify --napi --strip", | ||
"build": "tree-sitter generate --no-bindings", | ||
"build-wasm": "tree-sitter build --wasm", | ||
"lint": "eslint grammar.js", | ||
"parse": "tree-sitter parse", | ||
"test": "tree-sitter test" | ||
"lint": "grammar.js", | ||
"prestart": "tree-sitter build --wasm", | ||
"start": "tree-sitter playground", | ||
"test": "node --test bindings/node/*_test.js" | ||
}, | ||
@@ -61,0 +59,0 @@ "tree-sitter": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
16267
10851144
- Removednode-addon-api@7.1.1(transitive)
Updatednode-addon-api@^8.1.0
Updatednode-gyp-build@^4.8.2