Skip to content

lib: remove usage of require('util') - #26777

Closed
dnlup wants to merge 1 commit into
nodejs:masterfrom
dnlup:util_internal_console_constructor
Closed

lib: remove usage of require('util')#26777
dnlup wants to merge 1 commit into
nodejs:masterfrom
dnlup:util_internal_console_constructor

Conversation

@dnlup

Copy link
Copy Markdown
Contributor

Remove usage of public require('util').inspect,
require('util').formatWithOptions and require('util').types.

Refs: #26546

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

Remove usage of public `require('util').inspect` and `require('util').formatWithOptions`.
Refs: nodejs#26546
@nodejs-github-botnodejs-github-bot added the console Issues and PRs related to the console subsystem. label Mar 19, 2019
@BridgeAR

Copy link
Copy Markdown
Member

@BridgeARBridgeAR 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

Copy link
Copy Markdown
Member

@BridgeAR

Copy link
Copy Markdown
Member

Landed in cf1b9d3 🎉

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 24, 2019
Remove usage of public `require('util').inspect` and
`require('util').formatWithOptions`.
PR-URL: nodejs#26777
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, 2019
Remove usage of public `require('util').inspect` and
`require('util').formatWithOptions`.
PR-URL: nodejs#26777
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
Remove usage of public `require('util').inspect` and
`require('util').formatWithOptions`.
PR-URL: #26777
Refs: #26546
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Mar 27, 2019
@dnlup
dnlup deleted the util_internal_console_constructor branch January 10, 2020 13:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.consoleIssues and PRs related to the console subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dnlup@BridgeAR@jasnell@nodejs-github-bot