protoc-gen-twirp_js icon indicating copy to clipboard operation
protoc-gen-twirp_js copied to clipboard

incorrect code generation when you have multiple protobuf files

Open domino14 opened this issue 5 years ago • 0 comments

I have two protobuf files; one imports the other. When I try to generate the twirp js code for them, the generated code only imports one of the generated _pb_js files, therefore only having access to the protobuf types of one of the proto files. This causes runtime issues (for example, being unable to deserialize).

domino14 avatar Jun 29 '19 13:06 domino14