★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/26803Nouvelle recherche | Portail wanayoo
Skip to content
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

module: remove usage of require('util') #26803

Conversation

Copy link
Member

@dnlup dnlup commented Mar 20, 2019

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

Refs: #26546

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@BridgeAR BridgeAR added the author ready label Mar 22, 2019
@BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Mar 22, 2019

@BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Mar 22, 2019

@BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Mar 24, 2019

@BridgeAR BridgeAR added module esm labels Mar 24, 2019
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@ZYSzys
Copy link
Member

@ZYSzys ZYSzys commented Apr 9, 2019

@dnlup Hi, this need to git rebase.

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

Refs: nodejs#26546
@dnlup dnlup force-pushed the util_internal_modules_esm_create_dynamic_module branch from 9f49129 to 07117c3 Compare Apr 10, 2019
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Apr 10, 2019

BridgeAR pushed a commit to BridgeAR/node that referenced this issue 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>
@BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Apr 10, 2019

Landed in d6317d0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready esm module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants