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
For various reason I have a .proto where a message has a field called __time.
The .d.ts file generated by grpc_tools_node_protoc_ts then define a class with a method set_time().
Unfortunately this is not consistent with what grpc_tools do, as it create a method setTime()
I'm using "grpc_tools_node_protoc_ts": "^5.3.3" and "grpc-tools": "^1.12.4"
The text was updated successfully, but these errors were encountered:
For various reason I have a .proto where a message has a field called
__time
.The
.d.ts
file generated bygrpc_tools_node_protoc_ts
then define a class with a methodset_time()
.Unfortunately this is not consistent with what
grpc_tools
do, as it create a methodsetTime()
I'm using
"grpc_tools_node_protoc_ts": "^5.3.3"
and"grpc-tools": "^1.12.4"
The text was updated successfully, but these errors were encountered: