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
The text was updated successfully, but these errors were encountered:
hersentino
changed the title
nestjs=true incorrect type generation for proto fields with numbersnestJs=true incorrect type generation for proto fields with numbers
Jul 25, 2024
With nestjs option, if .proto like this :
message_test_30_100
will becomemessageTest30100
inside generated proto:However, it should be
messageTest_30_100
in order to work correctly with the NestJS gRPC server. The generated types are wrong.I have created a reproducible example in this repo : https://github.com/hersentino/ts-proto-issue
The text was updated successfully, but these errors were encountered: