File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-javascript"
33description = " JavaScript grammar for the tree-sitter parsing library"
4- version = " 0.19 .0"
4+ version = " 0.20 .0"
55authors = [
66 " Max Brunsfeld <[email protected] >" ,
77 " Douglas Creager <[email protected] >" ,
@@ -25,7 +25,7 @@ include = [
2525path = " bindings/rust/lib.rs"
2626
2727[dependencies ]
28- tree-sitter = " 0.19 "
28+ tree-sitter = " 0.20 "
2929
3030[build-dependencies ]
3131cc = " 1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-javascript" ,
3- "version" : " 0.19 .0" ,
3+ "version" : " 0.20 .0" ,
44 "description" : " Javascript grammar for node-tree-sitter" ,
55 "main" : " bindings/node" ,
66 "keywords" : [
1717 "nan" : " ^2.12.1"
1818 },
1919 "devDependencies" : {
20- "tree-sitter-cli" : " ^0.19.2 "
20+ "tree-sitter-cli" : " ^0.20.0 "
2121 },
2222 "scripts" : {
2323 "test" : " tree-sitter test && script/parse-examples" ,
You can’t perform that action at this time.
0 commit comments