Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tree-sitter-go

Package Overview
Dependencies
Maintainers
8
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-go - npm Package Compare versions

Comparing version 0.21.2 to 0.23.0

bindings/node/binding_test.js

2

grammar.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc