mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 17:08:56 +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:
@@ -24,7 +24,7 @@ export class Test {
|
||||
return true;
|
||||
}
|
||||
static getFullyQualifiedName() {
|
||||
return 'MyGame.Example.Test';
|
||||
return 'MyGame_Example_Test';
|
||||
}
|
||||
static sizeOf() {
|
||||
return 4;
|
||||
|
||||
Reference in New Issue
Block a user