tree-sitter-objectscript 1.9.2 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/scanner.h +4 -0
- package/core/src/parser.c +12307 -12292
- package/expr/src/parser.c +1 -1
- package/objectscript/src/parser.c +16457 -16442
- package/objectscript_routine/src/parser.c +14078 -14063
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/darwin-x64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/linux-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/linux-x64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/win32-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/win32-x64/tree-sitter-objectscript.node +0 -0
- package/tree-sitter.json +1 -1
- package/udl/src/parser.c +9316 -9301
package/expr/src/parser.c
CHANGED
|
@@ -30555,7 +30555,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_expr(void) {
|
|
|
30555
30555
|
.metadata = {
|
|
30556
30556
|
.major_version = 1,
|
|
30557
30557
|
.minor_version = 9,
|
|
30558
|
-
.patch_version =
|
|
30558
|
+
.patch_version = 4,
|
|
30559
30559
|
},
|
|
30560
30560
|
};
|
|
30561
30561
|
return &language;
|