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

Get property names from __proto__ too #3

Merged
merged 3 commits into from
Jan 8, 2020

Conversation

macarie
Copy link
Contributor

@macarie macarie commented Jan 7, 2020

This should fix #2.

fromNode10 should not be necessary anymore.

I'm not sure if the added properties (bind, constructor, toString, etc) are a problem or not.

@dustinspecker dustinspecker merged commit 461f701 into dustinspecker:master Jan 8, 2020
@dustinspecker
Copy link
Owner

Thank you so much for this pull request and all of the research! And a huge thanks for the big wall of text on #2. Super helpful. I apologize for my delayed response.

This all looks great and running this linked in eslint-plugin-no-use-extend-native has tests passing over there still, so all looks good to me. I'll get obj-props 1.3.0 published once this passes on CI.

@dustinspecker
Copy link
Owner

Published 1.3.0 https://www.npmjs.com/package/obj-props. Thank you for this!

@macarie
Copy link
Contributor Author

macarie commented Jan 8, 2020

I'm glad I was able to help 🙂

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

Successfully merging this pull request may close these issues.

Object.getOwnPropertyNames(TypedArray) doesn't return every method
2 participants