mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
* Partial support for --ts-flat-files and --gen-all * Add generated code changes * remove some debugging code left over * missed grpc files
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
enum Baz : short {
|
|
None = 0,
|
|
Red,
|
|
Green,
|
|
Blue,
|
|
} |