Skip to content

Commit f3aaa4f

Browse files
authored
Regenerate tree-sitter-mozjs grammars (#987)
* Update mozjs grammar * Fix a wrong test * Update snapshots
1 parent 99764bd commit f3aaa4f

File tree

12 files changed

+57750
-36664
lines changed

12 files changed

+57750
-36664
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tree-sitter-rust = "=0.20.3"
3636
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.1" }
3737
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.0" }
3838
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.2" }
39-
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.0" }
39+
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.1" }
4040

4141
[dev-dependencies]
4242
insta = { version = "1.22.0", features = ["yaml"] }

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tree-sitter-rust = "=0.20.3"
1717
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.1" }
1818
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.0" }
1919
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.2" }
20-
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.0" }
20+
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.1" }
2121

2222
[profile.release]
2323
strip = "debuginfo"

0 commit comments

Comments
 (0)