mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 08:28:40 +00:00
Partial support for --ts-flat-files and --gen-all (#7446)
* Partial support for --ts-flat-files and --gen-all * Add generated code changes * remove some debugging code left over * missed grpc files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
table Baz {
|
||||
a:int;
|
||||
enum Baz : short {
|
||||
None = 0,
|
||||
Red,
|
||||
Green,
|
||||
Blue,
|
||||
}
|
||||
Reference in New Issue
Block a user