Alfred
Results
2
comments of
Alfred
HI~ The problem exists. My proto file ``` message Response { repeated int64 orgs = 101; } ``` Compiled via: ```shell --js_out=import_style=commonjs,binary:. --grpc-web_out=import_style=commonjs+dts,mode=grpcwebtext ``` The genrated output ``` getOrgsList(): Array;...
oh, I made a mistake. It's better to start with fromObject ```typescript const canonicalFromJson: { [key: string]: { [field: string]: (from: string) => Code } } = { ["google.protobuf.FieldMask"]: {...