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

tree-sitter-c

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-c - npm Package Compare versions

Comparing version 0.13.5 to 0.13.6

17

grammar.js

@@ -59,2 +59,3 @@ const PREC = {

$.declaration,
seq($.call_expression, ';'),
$.type_definition,

@@ -219,4 +220,4 @@ $._empty_declaration,

'[',
optional($._declaration_specifiers),
optional($._expression),
repeat($.type_qualifier),
optional(choice($._expression, '*')),
']'

@@ -227,4 +228,4 @@ )),

'[',
optional($._declaration_specifiers),
optional($._expression),
repeat($.type_qualifier),
optional(choice($._expression, '*')),
']'

@@ -235,4 +236,4 @@ )),

'[',
optional($._declaration_specifiers),
optional($._expression),
repeat($.type_qualifier),
optional(choice($._expression, '*')),
']'

@@ -243,4 +244,4 @@ )),

'[',
optional($._declaration_specifiers),
optional($._expression),
repeat($.type_qualifier),
optional(choice($._expression, '*')),
']'

@@ -247,0 +248,0 @@ )),

{
"name": "tree-sitter-c",
"version": "0.13.5",
"version": "0.13.6",
"description": "C grammar for node-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