tree-sitter-c
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -1,5 +0,1 @@ | ||
var language = require("bindings")("ts_language_c_binding"); | ||
language.name = "c"; | ||
module.exports = language; | ||
module.exports = require("./build/Release/ts_language_c_binding"); |
{ | ||
"name": "tree-sitter-c", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "C grammar for node-tree-sitter", | ||
@@ -14,11 +14,11 @@ "main": "index.js", | ||
"bindings": "1.2.x", | ||
"nan": "1.7.x" | ||
"nan": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"tree-sitter-compiler": "*" | ||
"tree-sitter-compiler": ">= 0.0.45" | ||
}, | ||
"scripts": { | ||
"prepublish": "tree-sitter compile", | ||
"prepublish": "tree-sitter compile && node-gyp build", | ||
"test": "tree-sitter test" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
node-tree-sitter-c | ||
tree-sitter-c | ||
================== | ||
[![Build Status](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c.svg?branch=master)](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c) | ||
[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-c.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-c) | ||
C grammar for node-tree-sitter | ||
C grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html). |
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 not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2438692
17
3708
+ Addednan@2.22.0(transitive)
- Removednan@1.7.0(transitive)
Updatednan@^2.4.0