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

repl: add builtinModules #33295

Closed
wants to merge 1 commit into from

Conversation

BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented May 8, 2020

This adds an alias to _builtinLibs that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater [email protected]

TODO: Add a test

#33282 should land first. It updates
the list to contain all modules. That is currently not the case.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the repl Issues and PRs related to the REPL subsystem. label May 8, 2020
@BridgeAR BridgeAR requested a review from addaleax May 8, 2020 00:42
@BridgeAR BridgeAR added the blocked PRs that are blocked by other issues or PRs. label May 8, 2020
@addaleax addaleax removed the blocked PRs that are blocked by other issues or PRs. label May 19, 2020
@addaleax
Copy link
Member

@BridgeAR I assume that this is no longer blocked so I’ve removed the label.

@BridgeAR BridgeAR force-pushed the document-repl-builtin-libs branch from 9fe98bb to 4b71003 Compare May 20, 2020 15:17
This adds an alias to `_builtinLibs` that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater <[email protected]>
@BridgeAR BridgeAR force-pushed the document-repl-builtin-libs branch from 4b71003 to 6fa9948 Compare May 20, 2020 15:25
@BridgeAR BridgeAR marked this pull request as ready for review May 20, 2020 15:26
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented May 23, 2020

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 23, 2020
BridgeAR added a commit to BridgeAR/node that referenced this pull request May 23, 2020
This adds an alias to `_builtinLibs` that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater <[email protected]>

PR-URL: nodejs#33295
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@BridgeAR
Copy link
Member Author

Landed in 1acc14b

@BridgeAR BridgeAR closed this May 23, 2020
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This adds an alias to `_builtinLibs` that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater <[email protected]>

PR-URL: #33295
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This adds an alias to `_builtinLibs` that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater <[email protected]>

PR-URL: #33295
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@codebytere codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
This adds an alias to `_builtinLibs` that is documented and should
as such also be accessed publicly. It does not contain any
underscored modules.

Signed-off-by: Ruben Bridgewater <[email protected]>

PR-URL: #33295
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@addaleax addaleax added semver-minor PRs that contain new features and should be released in the next minor version. backport-requested-v12.x labels Sep 21, 2020
@addaleax
Copy link
Member

This would need a manual backport to v12.x

@lpinca
Copy link
Member

lpinca commented Oct 8, 2020

I think backporting to v12.x depends on #33282.

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. repl Issues and PRs related to the REPL subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants