tree-sitter-c
Advanced tools
Comparing version 0.11.4 to 0.12.0
@@ -49,2 +49,4 @@ const PREC = { | ||
word: $ => $.identifier, | ||
rules: { | ||
@@ -51,0 +53,0 @@ translation_unit: $ => repeat($._top_level_item), |
{ | ||
"name": "tree-sitter-c", | ||
"version": "0.11.4", | ||
"version": "0.12.0", | ||
"description": "C grammar for node-tree-sitter", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
"bindings": "1.2.x", | ||
"nan": "^2.4.0" | ||
"nan": "^2.10.0" | ||
}, | ||
"devDependencies": { | ||
"tree-sitter-cli": "0.11.0" | ||
"tree-sitter-cli": "^0.12.6" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
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
5068
2714982
Updatednan@^2.10.0