mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Wrap types in namespace for --ts-flat-files and --gen-all * Fixes for escaping object types * Added to generate_code
9 lines
No EOL
111 B
Text
9 lines
No EOL
111 B
Text
include "bar/bar.fbs";
|
|
include "bar/bar_with_ns.fbs";
|
|
|
|
table Foo {
|
|
bar:Bar;
|
|
bar2:bar.Bar;
|
|
}
|
|
|
|
root_type Foo; |