-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
fs: reduce usage of require('util') #26783
Conversation
@toshi1127 hi, there are some conflicts so we need to rebase this. |
@ZYSzys |
@toshi1127 thanks a lot for following up on the comment! It seems like you used the |
c190192
to
b745da2
Compare
Landed in 51256e5 🎉🎉 |
PR-URL: nodejs#26783 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
PR-URL: #26783 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
PR-URL: #26783 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
PR-URL: #26783 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
PR-URL: #26783 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
Remove the usage of public require('util'), as described in issue:
#26546
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes