-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Object.getOwnPropertyNames polyfill returns META properties #427
Closed
adamnoakes opened this issue
Sep 3, 2018
· 2 comments
· May be fixed by MaxMood96/core-js#3 or MaxMood96/core-js#4
Closed
Object.getOwnPropertyNames polyfill returns META properties #427
adamnoakes opened this issue
Sep 3, 2018
· 2 comments
· May be fixed by MaxMood96/core-js#3 or MaxMood96/core-js#4
Labels
Comments
Thanks, I'll explore this problem. |
Thanks @zloirock |
This was referenced Aug 20, 2021
This was referenced Jun 14, 2022
This was referenced Jul 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Object.freeze polyfill and Object.getOwnPropertyNames polyfill together, META properties are outputted. The issue does not exist if i also use the es6.symbol polyfill which replaces the
getOwnPropertyNames
with a function which checks for META.core-js/modules/es6.symbol.js
Lines 111 to 119 in 5bbe230
Version 2.5.7
The text was updated successfully, but these errors were encountered: