Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Conversation

@arty-name
Copy link

ES2015 introduces Symbols which can be used as object keys. These keys are visible neither to for-in nor to Object.keys(), and the only way to find them is by using Object.getOwnPropertySymbols().

This pull request adds support for detecting Symbol-keyed object properties.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant