Skip to content

util: fixup internal util exports - #12998

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fixup-promisify-export
Closed

util: fixup internal util exports#12998
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fixup-promisify-export

Conversation

@jasnell

Copy link
Copy Markdown
Member

util.promisify landed without using the module.exports = {} pattern. This fixes it up for consistency

/cc @addaleax@refack

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

util

util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency
@nodejs-github-botnodejs-github-bot added the util Issues and PRs related to the built-in util module. label May 12, 2017

@refackrefack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but this is @addaleax call

@addaleax

Copy link
Copy Markdown
Member

jasnell added a commit that referenced this pull request May 15, 2017
util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency
PR-URL: #12998
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in ef16319

@jasnelljasnell closed this May 15, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency
PR-URL: nodejs#12998
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@jasnell@addaleax@refack@lpinca@targos@cjihrig@MylesBorins@nodejs-github-bot