-
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
A map<bool, bool>
field generates invalid TS
#926
Labels
Comments
stephenh
added a commit
that referenced
this issue
Sep 30, 2023
stephenh
added a commit
that referenced
this issue
Sep 30, 2023
stephenh
added a commit
that referenced
this issue
Sep 30, 2023
* fix: Use a Map when map keys are boolean. Fixes #926 * Fix toJSON. * Fix tests. * Fix test.
🎉 This issue has been resolved in version 1.159.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example:
Will generate code which doesn't typecheck:
To be clear, this issue will present itself in any map field which uses
bool
for the key, somap<bool, string>
also has this issue.The text was updated successfully, but these errors were encountered: