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

tree-sitter-go

Package Overview
Dependencies
Maintainers
4
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.13.1 to 0.13.2

7

grammar.js

@@ -592,2 +592,3 @@ const

$.rune_literal,
$.nil,
$.parenthesized_expression

@@ -667,3 +668,3 @@ ),

type_conversion_expression: $ => seq(
type_conversion_expression: $ => prec.dynamic(-1, seq(
$._type,

@@ -674,3 +675,3 @@ '(',

')'
),
)),

@@ -806,2 +807,4 @@ composite_literal: $ => prec(PREC.composite_literal, seq(

nil: $ => 'nil',
// http://stackoverflow.com/questions/13014947/regex-to-match-a-c-style-multiline-comment/36328890#36328890

@@ -808,0 +811,0 @@ comment: $ => token(choice(

{
"name": "tree-sitter-go",
"version": "0.13.1",
"version": "0.13.2",
"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