Skip to content

Commit 0cd499d

Browse files
committed
Bump tree-sitter-mozjs to 0.20.4
1 parent 9328cf5 commit 0cd499d

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tree-sitter-rust = "=0.24.0"
3434
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.4" }
3535
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.4" }
3636
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.5" }
37-
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.3" }
37+
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.4" }
3838

3939
[dev-dependencies]
4040
insta = { version = "1.29.0", features = ["yaml", "json", "redactions"] }

enums/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tree-sitter-rust = "=0.24.0"
1818
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.4" }
1919
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.4" }
2020
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.5" }
21-
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.3" }
21+
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.4" }
2222

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

tree-sitter-mozjs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-mozjs"
33
description = "Mozjs grammar for the tree-sitter parsing library"
4-
version = "0.20.3"
4+
version = "0.20.4"
55
authors = ["Calixte Denizet <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"
@@ -33,4 +33,4 @@ tree-sitter-javascript = "0.23.1"
3333
build = ["tree-sitter-javascript"]
3434

3535
[dev-dependencies]
36-
tree-sitter = "=0.25.3"
36+
tree-sitter = "=0.25.4"

tree-sitter-mozjs/bindings/rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ way.)
88

99
``` toml
1010
[dependencies]
11-
tree-sitter = "0.25.3"
11+
tree-sitter = "0.25.4"
1212
tree-sitter-mozjs = "0.20.3"
1313
```
1414

tree-sitter-mozjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

tree-sitter-mozjs/src/parser.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

tree-sitter-mozjs/src/tree_sitter/parser.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ typedef uint16_t TSStateId;
1818
typedef uint16_t TSSymbol;
1919
typedef uint16_t TSFieldId;
2020
typedef struct TSLanguage TSLanguage;
21-
typedef struct TSLanguageMetadata TSLanguageMetadata;
2221
typedef struct TSLanguageMetadata {
2322
uint8_t major_version;
2423
uint8_t minor_version;

0 commit comments

Comments
 (0)