mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 09:38:04 +00:00
[TS/JS] Upgrade dependencies (#7996)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user