mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 01:16:31 +00:00
Wrap types in namespace for --ts-flat-files and --gen-all (#7451)
* Wrap types in namespace for --ts-flat-files and --gen-all * Fixes for escaping object types * Added to generate_code
This commit is contained in:
@@ -31,7 +31,7 @@ export class TestSimpleTableWithEnum {
|
||||
return true;
|
||||
}
|
||||
static getFullyQualifiedName() {
|
||||
return 'MyGame.Example.TestSimpleTableWithEnum';
|
||||
return 'MyGame_Example_TestSimpleTableWithEnum';
|
||||
}
|
||||
static startTestSimpleTableWithEnum(builder) {
|
||||
builder.startObject(1);
|
||||
|
||||
Reference in New Issue
Block a user