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: introduce defaultModuleName in module.js #20709

Closed
wants to merge 1 commit into from

Conversation

danbev
Copy link
Contributor

@danbev danbev commented May 14, 2018

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-bot nodejs-github-bot added the vm Issues and PRs related to the vm subsystem. label May 14, 2018
@danbev
Copy link
Contributor Author

danbev commented May 14, 2018

@BridgeAR BridgeAR 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
Contributor Author

danbev commented May 16, 2018

Landed in ea01d30.

@danbev danbev 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 <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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 <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@addaleax addaleax mentioned this pull request May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants