google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library

Home Page:https://flatbuffers.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TS] Empty code generated for schema with no namespace

bjornharrtell opened this issue · comments

A minimal example is ./bar.fbs with content:

table Bar {
  name: string;
}

Will generate to empty ./bar.ts. Adding a namespace and it will generate fine.