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

fix: Use a Map when map keys are boolean. #933

Merged
merged 4 commits into from
Sep 30, 2023
Merged

fix: Use a Map when map keys are boolean. #933

merged 4 commits into from
Sep 30, 2023

Conversation

stephenh
Copy link
Owner

Fixes #926

@stephenh stephenh merged commit c1253a3 into main Sep 30, 2023
6 checks passed
@stephenh stephenh deleted the fix-bool-keys branch September 30, 2023 19:25
stephenh pushed a commit that referenced this pull request Sep 30, 2023
## [1.159.1](v1.159.0...v1.159.1) (2023-09-30)

### Bug Fixes

* Use a Map when map keys are boolean. ([#933](#933)) ([c1253a3](c1253a3)), closes [#926](#926)
@stephenh
Copy link
Owner Author

🎉 This PR is included 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A map<bool, bool> field generates invalid TS
1 participant