-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Polyfilled set objects fails when using inspect #9
Labels
Comments
Does the same thing happen with https://npmjs.com/es6-shim ? |
Also, what version of babel-polyfill? core-js fixed a possibly related issue in v2.0 |
Answer to your questions:
|
This is a core-js issue - filed as zloirock/core-js#272. |
I've added a workaround. v2.5.0+ of core-js won't have this problem, so the workaround won't be needed. |
ljharb
added a commit
that referenced
this issue
Jul 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using babel-polyfill on IE10 and IE11. The use inspect on a Set object create a fail.
As far is looked, it's seems that isMap function does not distinguish between Set object and Map object.
I was also able to recreate it on node 0.10:
The text was updated successfully, but these errors were encountered: