mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 18:21:46 +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:
@@ -39,7 +39,7 @@ mutate_id(value:bigint):boolean {
|
||||
}
|
||||
|
||||
static getFullyQualifiedName():string {
|
||||
return 'MyGame.Example.Referrable';
|
||||
return 'MyGame_Example_Referrable';
|
||||
}
|
||||
|
||||
static startReferrable(builder:flatbuffers.Builder) {
|
||||
|
||||
Reference in New Issue
Block a user