mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 23:25:44 +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:
@@ -32,7 +32,7 @@ mutate_distance(value:number):boolean {
|
||||
}
|
||||
|
||||
static getFullyQualifiedName():string {
|
||||
return 'MyGame.Example.Ability';
|
||||
return 'MyGame_Example_Ability';
|
||||
}
|
||||
|
||||
static sizeOf():number {
|
||||
|
||||
Reference in New Issue
Block a user