-
Notifications
You must be signed in to change notification settings - Fork 231
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
Updated to Node 8.11.1 #332
Conversation
@mcollina ci errored, rerun? |
var method = keys[v]; | ||
if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; | ||
{ | ||
// avoid scope creep, the keys array can then be collected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is now a very confusing comment as we rewrite consts/lets to var, but i guess there is nothing to do about that 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all this code is babelified anyway here. So we might even change some of this code in core.
LGTM on clean ci |
Let's try again, CI: https://ci.nodejs.org/view/MyJobs/job/readable-stream-pipeline/14/ |
CI is passing, landing. |
No description provided.