[TS/JS] Upgrade dependencies (#7996)

This commit is contained in:
Björn Harrtell
2023-12-14 01:57:46 +01:00
committed by GitHub
parent 5ba80c24e0
commit 6dfc59dfcc
14 changed files with 364 additions and 335 deletions

View File

@@ -207,7 +207,7 @@ var TestEnum;
TestEnum2[TestEnum2["A"] = 0] = "A";
TestEnum2[TestEnum2["B"] = 1] = "B";
TestEnum2[TestEnum2["C"] = 2] = "C";
})(TestEnum = TestEnum || (TestEnum = {}));
})(TestEnum || (TestEnum = {}));
// arrays_test_complex/my-game/example/nested-struct.js
var NestedStruct = class {