forked from bnoordhuis/node-weakref
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Broken on node master (soon to be Node 10) #87
Comments
Reduced test case: var weak = require('./')
var o = { a: 'a' };
var r = weak(o);
Object.keys(r) |
Debug stack trace:
|
@TooTallNate PTAL |
4 tasks
Is this module even going to be possible after NearDeath deprecation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This module is currently failing on node citgm, very likely because of some V8 updates. This module will stop working in the next Node.js major if it is not updated.
Full log:
The text was updated successfully, but these errors were encountered: