protoc-gen-twirp_js
protoc-gen-twirp_js copied to clipboard
incorrect code generation when you have multiple protobuf files
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).