You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With grpc-tools, the expected usage pattern is that the generated code will live in the user's package, which will directly depend on grpc and google-protobuf. The README of this package seems to say that it is just doing additional typescript code generation on top of what grpc-tools generates. Is the expected usage pattern the same, or is there some reason I'm missing that this package depends on grpc directly?
The text was updated successfully, but these errors were encountered:
With
grpc-tools
, the expected usage pattern is that the generated code will live in the user's package, which will directly depend ongrpc
andgoogle-protobuf
. The README of this package seems to say that it is just doing additional typescript code generation on top of whatgrpc-tools
generates. Is the expected usage pattern the same, or is there some reason I'm missing that this package depends ongrpc
directly?The text was updated successfully, but these errors were encountered: