mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-07 15:02:00 +00:00
[TypeScript] Fix namespaceless schema generation (#7432)
* Add tests for ts flatc * fix typescript generation of namespaceless file * Add typescript genereated code from generate_code.py * Support multiple module flatc testing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
include "bar/bar.fbs";
|
||||
|
||||
namespace something;
|
||||
|
||||
table Foo {
|
||||
bar:Bar;
|
||||
}
|
||||
|
||||
root_type Foo;
|
||||
Reference in New Issue
Block a user