[TS] Remove wrong and obsolete NS prefix use (#6604)

This commit is contained in:
Björn Harrtell
2021-05-03 21:04:34 +02:00
committed by GitHub
parent a27c7d8093
commit 60ff76630d
8 changed files with 391 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
// automatically generated by the FlatBuffers compiler, do not modify
export var EnumInNestedNS;
(function (EnumInNestedNS) {
EnumInNestedNS[EnumInNestedNS["A"] = 0] = "A";
EnumInNestedNS[EnumInNestedNS["B"] = 1] = "B";
EnumInNestedNS[EnumInNestedNS["C"] = 2] = "C";
})(EnumInNestedNS || (EnumInNestedNS = {}));