Conversation
lib/util.js
Outdated
There was a problem hiding this comment.
Should the .Buffer be removed here?
There was a problem hiding this comment.
No, isBuffer is a property of Buffer
lib/util.js
Outdated
There was a problem hiding this comment.
I'm not sure it improves readability in this specific case, but LGTM either way.
* refactor util exports * early capture of prototype methods * use template strings and args consistently
|
Rebased... updated. |
* refactor util exports * early capture of prototype methods * use template strings and args consistently PR-URL: #13803 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Landed in b1355ba |
|
This doesn’t land cleanly on 8.x; if you can, please follow the guide and raise a backport PR. |
|
Unless it ends up causing backport pains for other PRs, this likely isn't a priority to backport. |
|
Okay, I’ve switched to dont-land. I’m still a bit worried with Node 8 ending LTS in almost 2 years, and we already have a lot of backporting pain… |
|
Actually.. I'm going to do a backport for this, it does interfere with backporting another one. Sigh. |
* refactor util exports * early capture of prototype methods * use template strings and args consistently PR-URL: nodejs#13803 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
@jasnell LTS? |
|
Not unless it's blocking anything. |
Refactor util module
exports =also so monkeypatching still works)...argsChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
util