Skip to content

module: introduce defaultModuleName in module.js - #20709

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:module_js_default_module_name
Closed

module: introduce defaultModuleName in module.js#20709
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:module_js_default_module_name

Conversation

@danbev

Copy link
Copy Markdown
Contributor

This commit adds a constant named defaultModuleName to avoid duplicating
it in the Module constructor function.

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

This commit adds a constant named defaultModuleName to avoid duplicating
it in the Module constructor function.
@nodejs-github-botnodejs-github-bot added the vm Issues and PRs related to the vm subsystem. label May 14, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 14, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in ea01d30.

@danbevdanbev closed this May 16, 2018
@danbev
danbev deleted the module_js_default_module_name branch May 16, 2018 06:11
danbev added a commit that referenced this pull request May 16, 2018
This commit adds a constant named defaultModuleName to avoid duplicating
it in the Module constructor function.
PR-URL: #20709
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 22, 2018
This commit adds a constant named defaultModuleName to avoid duplicating
it in the Module constructor function.
PR-URL: #20709
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
@addaleaxaddaleax mentioned this pull request May 22, 2018
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.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@danbev@jasnell@hiroppy@devsnek@trivikr@BridgeAR@nodejs-github-bot