module: remove usage of require('util') by dnlup · Pull Request #26803 · nodejs/node

@joyeecheung mentioned this pull request

Mar 20, 2019

BridgeAR

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 22, 2019

@BridgeAR BridgeAR added module

Issues and PRs related to the module subsystem.

esm

Issues and PRs related to the ECMAScript Modules implementation.

labels

Mar 24, 2019

@dnlup

Use `require('internal/util/debuglog').debuglog` instead of 
`require('util').debuglog` in 
`lib/internal/modules/esm/create_dynamic_module.js`.

Refs: nodejs#26546

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request

Apr 10, 2019
Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog` in
`lib/internal/modules/esm/create_dynamic_module.js`.

PR-URL: nodejs#26803
Refs: nodejs#26546
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>

This was referenced

Apr 23, 2019

This was referenced

Apr 23, 2019

@dnlup dnlup deleted the util_internal_modules_esm_create_dynamic_module branch

January 10, 2020 13:45