File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ tree-sitter-javascript = "=0.23.1"
3232tree-sitter-python = " =0.23.6"
3333tree-sitter-rust = " =0.24.0"
3434tree-sitter-preproc = { path = " ./tree-sitter-preproc" , version = " =0.20.4" }
35- tree-sitter-ccomment = { path = " ./tree-sitter-ccomment" , version = " =0.20.3 " }
35+ tree-sitter-ccomment = { path = " ./tree-sitter-ccomment" , version = " =0.20.4 " }
3636tree-sitter-mozcpp = { path = " ./tree-sitter-mozcpp" , version = " =0.20.4" }
3737tree-sitter-mozjs = { path = " ./tree-sitter-mozjs" , version = " =0.20.3" }
3838
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ tree-sitter-javascript = "=0.23.1"
1616tree-sitter-python = " =0.23.6"
1717tree-sitter-rust = " =0.24.0"
1818tree-sitter-preproc = { path = " ../tree-sitter-preproc" , version = " =0.20.4" }
19- tree-sitter-ccomment = { path = " ../tree-sitter-ccomment" , version = " =0.20.3 " }
19+ tree-sitter-ccomment = { path = " ../tree-sitter-ccomment" , version = " =0.20.4 " }
2020tree-sitter-mozcpp = { path = " ../tree-sitter-mozcpp" , version = " =0.20.4" }
2121tree-sitter-mozjs = { path = " ../tree-sitter-mozjs" , version = " =0.20.3" }
2222
Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-ccomment"
33description = " Ccomment grammar for the tree-sitter parsing library"
4- version = " 0.20.3 "
4+ version = " 0.20.4 "
55authors = [" Calixte Denizet <cdenizet@mozilla.com>" ]
66license = " MIT"
77readme = " bindings/rust/README.md"
@@ -27,4 +27,4 @@ tree-sitter-language="0.1.0"
2727cc = " ^1.0"
2828
2929[dev-dependencies ]
30- tree-sitter = " =0.25.3 "
30+ tree-sitter = " =0.25.4 "
Original file line number Diff line number Diff line change 88
99``` toml
1010[dependencies ]
11- tree-sitter = " 0.25.3 "
11+ tree-sitter = " 0.25.4 "
1212tree-sitter-ccomment = " 0.20.3"
1313```
1414
Original file line number Diff line number Diff line change 1313 "nan" : " ^2.14.2"
1414 },
1515 "devDependencies" : {
16- "tree-sitter-cli" : " ^0.25.3 "
16+ "tree-sitter-cli" : " ^0.25.4 "
1717 },
1818 "scripts" : {
1919 "build" : " tree-sitter generate && node-gyp build" ,
Original file line number Diff line number Diff line change 1- /* Automatically generated by tree-sitter v0.25.3 (2a835ee029dca1c325e6f1c01dbce40396f6123e ) */
1+ /* Automatically @ generated by tree-sitter v0.25.4 (726dcd1e872149d95de581589fc408fb8ea9cb0b ) */
22
33#include "tree_sitter/parser.h"
44
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ typedef uint16_t TSStateId;
1818typedef uint16_t TSSymbol ;
1919typedef uint16_t TSFieldId ;
2020typedef struct TSLanguage TSLanguage ;
21- typedef struct TSLanguageMetadata TSLanguageMetadata ;
2221typedef struct TSLanguageMetadata {
2322 uint8_t major_version ;
2423 uint8_t minor_version ;
You can’t perform that action at this time.
0 commit comments