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.0 to 0.5.1

18

grammar.js

@@ -90,10 +90,3 @@ const

$.import_spec,
seq(
'(',
repeat(seq(
$.import_spec,
terminator
)),
')'
)
$.import_spec_list
)

@@ -110,2 +103,11 @@ ),

import_spec_list: $ => seq(
'(',
repeat(seq(
$.import_spec,
terminator
)),
')'
),
_top_level_declaration: $ => choice(

@@ -112,0 +114,0 @@ $._declaration,

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

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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