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: Don't fail on Function message names #1119

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

halkeye
Copy link
Contributor

@halkeye halkeye commented Oct 5, 2024

I tried other resolved words from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#fundamental_objects and nothing seems to break.

Fixes #1110

@halkeye halkeye changed the title #1110 - Dont fail when useExactTypes is false, but message called function fix: #1110 - Dont fail when useExactTypes is false, but message called function Oct 5, 2024
@stephenh
Copy link
Owner

stephenh commented Oct 6, 2024

Looks great @halkeye , appreciate testing for the extra reserved words!

@stephenh stephenh changed the title fix: #1110 - Dont fail when useExactTypes is false, but message called function fix: Don't fail on Function message names Oct 6, 2024
@stephenh stephenh merged commit da048a1 into stephenh:main Oct 6, 2024
8 checks passed
stephenh pushed a commit that referenced this pull request Oct 6, 2024
## [2.2.3](v2.2.2...v2.2.3) (2024-10-06)

### Bug Fixes

* Don't fail on Function message names ([#1119](#1119)) ([da048a1](da048a1)), closes [#1110](#1110)
@stephenh
Copy link
Owner

stephenh commented Oct 6, 2024

🎉 This issue has been resolved in version 2.2.3 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for reserved message names.
2 participants