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

tree-sitter-go

Package Overview
Dependencies
Maintainers
3
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.5.1 to 0.6.0

8

grammar.js

@@ -277,3 +277,3 @@ const

'struct',
$.field_declaration_list,
$.field_declaration_list
),

@@ -310,3 +310,3 @@

'interface',
$.method_spec_list,
$.method_spec_list
),

@@ -319,3 +319,3 @@

repeat(seq(terminator, choice($._type_identifier, $.qualified_type, $.method_spec))),
optional(terminator),
optional(terminator)
)),

@@ -446,3 +446,3 @@ '}'

alias($.identifier, $.label_name),
':',
':'
),

@@ -449,0 +449,0 @@

{
"name": "tree-sitter-go",
"version": "0.5.1",
"version": "0.6.0",
"description": "Go grammar for tree-sitter",

@@ -16,3 +16,3 @@ "main": "index.js",

"devDependencies": {
"tree-sitter-cli": "^0.7.2"
"tree-sitter-cli": "^0.8.0"
},

@@ -19,0 +19,0 @@ "scripts": {

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