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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Would a PR that adds support for Symbols be accepted?
In the current state they are dropped since they are not a enumerable property which are the only ones that are managed since Object.keys is used.
Object.keys
The text was updated successfully, but these errors were encountered:
@dlmr I think I'll implement support Symbol in next major release.
Sorry, something went wrong.
Do you have a rough estimate on when that might happen?
@dlmr sorry, no I haven't.
unclechu
No branches or pull requests
Would a PR that adds support for Symbols be accepted?
In the current state they are dropped since they are not a enumerable property which are the only ones that are managed since
Object.keys
is used.The text was updated successfully, but these errors were encountered: