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: check for NODE_REPL_EXTERNAL_MODULE #29778

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Sep 30, 2019

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

@devsnek devsnek added repl Issues and PRs related to the REPL subsystem. cli Issues and PRs related to the Node.js command line interface. labels Sep 30, 2019
@devsnek
Copy link
Member Author

devsnek commented Sep 30, 2019

cc @nodejs/repl @joyeecheung @jdalton

@targos targos added the semver-minor PRs that contain new features and should be released in the next minor version. label Sep 30, 2019
doc/api/cli.md Outdated Show resolved Hide resolved
@targos
Copy link
Member

targos commented Sep 30, 2019

Are there existing npm modules which would work with this option?

@devsnek
Copy link
Member Author

devsnek commented Sep 30, 2019

@targos i don't know. I'm using this change locally to test https://github.com/nodejs/repl more aggressively.

lib/internal/main/repl.js Outdated Show resolved Hide resolved
@nodejs-github-bot
Copy link
Collaborator

doc/api/cli.md Show resolved Hide resolved
lib/internal/main/repl.js Show resolved Hide resolved
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

PR-URL: nodejs#29778
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
@devsnek devsnek merged commit c0305af into nodejs:master Oct 11, 2019
@devsnek
Copy link
Member Author

devsnek commented Oct 11, 2019

landed in c0305af

@devsnek devsnek deleted the feature/external-repl branch October 11, 2019 19:35
targos pushed a commit that referenced this pull request Jan 8, 2020
PR-URL: #29778
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues and PRs related to the Node.js command line interface. 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.

7 participants