tree-sitter-c
Advanced tools
Comparing version 0.16.1 to 0.19.0
{ | ||
"name": "tree-sitter-c", | ||
"version": "0.16.1", | ||
"version": "0.19.0", | ||
"description": "C grammar for node-tree-sitter", | ||
"main": "index.js", | ||
"main": "bindings/node", | ||
"keywords": [ | ||
@@ -13,6 +13,6 @@ "parser", | ||
"dependencies": { | ||
"nan": "^2.10.0" | ||
"nan": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"tree-sitter-cli": "^0.16.5" | ||
"tree-sitter-cli": "^0.19.1" | ||
}, | ||
@@ -33,2 +33,2 @@ "scripts": { | ||
] | ||
} | ||
} |
@@ -1592,3 +1592,3 @@ [ | ||
"designator": { | ||
"multiple": false, | ||
"multiple": true, | ||
"required": true, | ||
@@ -3228,2 +3228,6 @@ "types": [ | ||
{ | ||
"type": "comment", | ||
"named": true | ||
}, | ||
{ | ||
"type": "const", | ||
@@ -3230,0 +3234,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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2421641
19
10780
Updatednan@^2.14.0