Search before asking
Description
The current gRPC task plugin uses a independency protobuf backend parser for descriptors generated by protobuf.js. #17290
This includes many intermediate conversions and lack of maintainability.
A possible solution is to parse protobuf definitions using protoc at backend directly, which ignores the intermediate representation produced by protobuf.js and only use this lib for input syntex check at frontend.
Are you willing to submit a PR?
Code of Conduct