mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 05:27:24 +00:00
* Add tests for ts flatc * fix typescript generation of namespaceless file * Add typescript genereated code from generate_code.py * Support multiple module flatc testing
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
include "bar/bar.fbs";
|
|
|
|
namespace something;
|
|
|
|
table Foo {
|
|
bar:Bar;
|
|
}
|
|
|
|
root_type Foo; |