We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To avoid including all of the objDeepFreeze references when only using the createEnum change the way it generates the frozen map values.
createEnum
Suggestion: Use Object.defineProperty() to set the key / values and still continue to block changes.
Object.defineProperty()
The text was updated successfully, but these errors were encountered:
[Feature] Don't use objDeepFreeze for enums #286
c4d81ff
[Feature] Don't use objDeepFreeze for enums #286 (#287)
728fd5b
No branches or pull requests
To avoid including all of the objDeepFreeze references when only using the
createEnum
change the way it generates the frozen map values.Suggestion:
Use
Object.defineProperty()
to set the key / values and still continue to block changes.The text was updated successfully, but these errors were encountered: