mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 21:58:56 +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:
8
tests/union_vector/union_vector_generated.ts
Normal file
8
tests/union_vector/union_vector_generated.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { Attacker, AttackerT } from './attacker';
|
||||
export { BookReader, BookReaderT } from './book-reader';
|
||||
export { Character, unionToCharacter, unionListToCharacter } from './character';
|
||||
export { FallingTub, FallingTubT } from './falling-tub';
|
||||
export { Gadget, unionToGadget, unionListToGadget } from './gadget';
|
||||
export { HandFan, HandFanT } from './hand-fan';
|
||||
export { Movie, MovieT } from './movie';
|
||||
export { Rapunzel, RapunzelT } from './rapunzel';
|
||||
Reference in New Issue
Block a user