mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 15:37:27 +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:
@@ -1,7 +1,9 @@
|
||||
include "bar/bar.fbs";
|
||||
include "bar/bar_with_ns.fbs";
|
||||
|
||||
table Foo {
|
||||
bar:Bar;
|
||||
bar2:bar.Bar;
|
||||
}
|
||||
|
||||
root_type Foo;
|
||||
Reference in New Issue
Block a user