mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 12:35:05 +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:
@@ -46,7 +46,7 @@ export class Stat {
|
||||
return true;
|
||||
}
|
||||
static getFullyQualifiedName() {
|
||||
return 'MyGame.Example.Stat';
|
||||
return 'MyGame_Example_Stat';
|
||||
}
|
||||
static startStat(builder) {
|
||||
builder.startObject(3);
|
||||
|
||||
Reference in New Issue
Block a user