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

Add support for Symbol keys #75

Open
examosa opened this issue Sep 10, 2024 · 0 comments
Open

Add support for Symbol keys #75

examosa opened this issue Sep 10, 2024 · 0 comments

Comments

@examosa
Copy link

examosa commented Sep 10, 2024

Symbol keys are currently lost when cloning objects in _changeImmutable. It should be possible to add support by substituting for...in with Reflect.ownKeys. This would be a breaking change in terms of platform compatibility, but I think ES2015 is a reasonable baseline for a library in 2024.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant