module: remove usage of require('util') in `esm/loader.js` by dnlup · Pull Request #26804 · nodejs/node
approved these changes Mar 20, 2019
Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog` in `lib/internal/modules/esm/loader.js`.
Refs: nodejs#26546
dnlup
changed the title
module: remove usage of require('util')
module: remove usage of require('util') in esm/loader.js
BridgeAR
added
the
author ready
label
Mar 22, 2019BridgeAR pushed a commit to BridgeAR/node that referenced this pull request
Mar 24, 2019Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog` in `lib/internal/modules/esm/loader.js`.
PR-URL: nodejs#26804
Refs: nodejs#26546
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit to targos/node that referenced this pull request
Mar 27, 2019Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog` in `lib/internal/modules/esm/loader.js`.
PR-URL: nodejs#26804
Refs: nodejs#26546
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request
Mar 27, 2019
dnlup
deleted the
util_internal_modules_esm_loader
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters