tree-sitter-go
Advanced tools
Comparing version 0.21.2 to 0.23.0
@@ -28,3 +28,3 @@ /** | ||
const newline = '\n'; | ||
const newline = /\n/; | ||
const terminator = choice(newline, ';', '\0'); | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "tree-sitter-go", | ||
"version": "0.21.2", | ||
"version": "0.23.0", | ||
"description": "Go grammar for tree-sitter", | ||
@@ -48,7 +48,7 @@ "repository": "github:tree-sitter/tree-sitter-go", | ||
"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" | ||
"prestart": "tree-sitter build --wasm", | ||
"start": "tree-sitter playground", | ||
"test": "node --test bindings/node/*_test.js" | ||
}, | ||
@@ -55,0 +55,0 @@ "tree-sitter": [ |
@@ -2567,6 +2567,2 @@ [ | ||
{ | ||
"type": "\n", | ||
"named": false | ||
}, | ||
{ | ||
"type": "!", | ||
@@ -2573,0 +2569,0 @@ "named": false |
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
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
2875816
22
10774