mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 21:25:42 +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:
@@ -65,7 +65,7 @@ test3(obj?:Test):Test|null {
|
||||
}
|
||||
|
||||
static getFullyQualifiedName():string {
|
||||
return 'MyGame.Example.Vec3';
|
||||
return 'MyGame_Example_Vec3';
|
||||
}
|
||||
|
||||
static sizeOf():number {
|
||||
|
||||
Reference in New Issue
Block a user