-
Notifications
You must be signed in to change notification settings - Fork 349
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
optional map? #574
Comments
Hey @cprovatas , honestly I'm not sure if optional maps are allowed in proto3 or not. Feel free to try it, and report back if it does/does not work. |
It doesn't convert to optional unfortunately. Perhaps this could be addressed by something like #397 (comment) |
Ah yeah, @cprovatas that #397 should have been closed as fixed, b/c we have |
nice, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thanks for all the work you are doing to maintain this project. It's definitely the most powerful TS protobuf framework out there! 🙏
Maybe it's a newb question, but is there a way to declare an optional map? I didn't see any kind of wrapper type for that. Any possible alternatives aside from using struct?
The text was updated successfully, but these errors were encountered: