mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 06:30:54 +00:00
* Wrap types in namespace for --ts-flat-files and --gen-all * Fixes for escaping object types * Added to generate_code
8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
namespace baz;
|
|
|
|
enum Baz : short {
|
|
None = 0,
|
|
Red,
|
|
Green,
|
|
Blue,
|
|
} |