Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistence if field name contains double underscores #133

Open
ZeeD opened this issue Sep 12, 2023 · 0 comments
Open

inconsistence if field name contains double underscores #133

ZeeD opened this issue Sep 12, 2023 · 0 comments

Comments

@ZeeD
Copy link

ZeeD commented Sep 12, 2023

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant