Hey, is there currently any way of outputting service definitions as code? Basically --ts_proto_opt=outputServices=grpc-js from https://github.com/stephenh/ts-proto but for this package.
Currently I'm using a mix of protobuf-es and ts-proto where ts-proto is used for our gRPC server. Would it be possible with some extensions or transpiler if it isn't possible out of the box?
Hey, is there currently any way of outputting
servicedefinitions as code? Basically--ts_proto_opt=outputServices=grpc-jsfrom https://github.com/stephenh/ts-proto but for this package.Currently I'm using a mix of
protobuf-esandts-protowherets-protois used for our gRPC server. Would it be possible with some extensions or transpiler if it isn't possible out of the box?