-
-
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
v3.9.0+ breaks on node v0.12 #933
Comments
Interesting, thanks, I'll check it tomorrow. |
Are you sure that it's introduced not in 3.9.1? It could be caused by 2394dac . |
I’m not certain; i installed a lot of versions to try to isolate it. That commit does seem the likely cause. |
Thanks, seems at the time of this PR I forgot about old V8 versions shema. I'll publish it after testing. |
ljharb
added a commit
to inspect-js/is-equal
that referenced
this issue
May 6, 2021
ljharb
added a commit
to inspect-js/is-generator-function
that referenced
this issue
May 6, 2021
Fixed in 3.12.0. |
ljharb
added a commit
to inspect-js/is-generator-function
that referenced
this issue
May 6, 2021
ljharb
added a commit
to inspect-js/is-equal
that referenced
this issue
May 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
require('core-js')
breaks in node v0.12 with:This works fine in v3.8.3, and breaks in v3.9.0. Looking at v3.8.3...v3.9.0, but nothing jumps out.
The text was updated successfully, but these errors were encountered: