mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 20:42:01 +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:
@@ -4,7 +4,7 @@ import { FallingTub, FallingTubT } from './falling-tub';
|
||||
import { HandFan, HandFanT } from './hand-fan';
|
||||
|
||||
|
||||
export enum Gadget{
|
||||
export enum Gadget {
|
||||
NONE = 0,
|
||||
FallingTub = 1,
|
||||
HandFan = 2
|
||||
|
||||
Reference in New Issue
Block a user