-
Notifications
You must be signed in to change notification settings - Fork 72
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
javascript and int64 as map key #21
Comments
We're internally discussing the concept of MapOptions that would be used to facilitate this. I'll keep you posted! |
looking forward to it! |
Is there any solution? |
This is a limitation of the current API. We're thinking of introducing an abstraction for 64 bit integers to deal with this. |
Is there any update on this topic? |
What language does this apply to?
javascript
Describe the problem you are trying to solve.
With an
int64
message field, one could annotate it with the option[jstype=JS_STRING]
, but what to do with anint64
map key?Describe the solution you'd like
Support for
[jstype=JS_STRING]
option with map key/value(or it's already there, but with different syntax?)Describe alternatives you've considered
Additional context
I'm using protoc 3.6.1, with proto2 syntax
The text was updated successfully, but these errors were encountered: