mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 15:28:52 +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:
9
tests/flatc/foo_with_ns.fbs
Normal file
9
tests/flatc/foo_with_ns.fbs
Normal file
@@ -0,0 +1,9 @@
|
||||
include "bar/bar.fbs";
|
||||
|
||||
namespace something;
|
||||
|
||||
table Foo {
|
||||
bar:Bar;
|
||||
}
|
||||
|
||||
root_type Foo;
|
||||
Reference in New Issue
Block a user