repl: add replDefaults to customize the writer by BridgeAR · Pull Request #26375 · nodejs/node (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation11 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

BridgeAR

So far it was not possible to modify the inspection defaults used by
the REPL from the running instance itself. This introduces a new
property on util.inspect which is only used inside the REPL and which
allows to modify the used inspection defaults at any point of time.

Checklist

@BridgeAR

So far it was not possible to modify the inspection defaults used by the REPL from the running instance itself. This introduces a new property on util.inspect which is only used inside the REPL and which allows to modify the used inspection defaults at any point of time.

@nodejs-github-bot

@nodejs-github-bot nodejs-github-bot added build

Issues and PRs related to build files or the CI.

repl

Issues and PRs related to the REPL subsystem.

labels

Mar 1, 2019

@BridgeAR

@nodejs/repl @nodejs/util PTAL

jasnell

@BridgeAR

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 5, 2019

vsemozhetbyt

@BridgeAR

@nodejs/repl @nodejs/util this could use some more reviews.

Trott

@BridgeAR

@BridgeAR

@danbev

danbev pushed a commit that referenced this pull request

Mar 8, 2019

@BridgeAR @danbev

So far it was not possible to modify the inspection defaults used by the REPL from the running instance itself. This introduces a new property on util.inspect which is only used inside the REPL and which allows to modify the used inspection defaults at any point of time.

PR-URL: #26375 Reviewed-By: James M Snell jasnell@gmail.com

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Mar 12, 2019

@BridgeAR

So far it was not possible to modify the inspection defaults used by the REPL from the running instance itself. This introduces a new property on util.inspect which is only used inside the REPL and which allows to modify the used inspection defaults at any point of time.

PR-URL: nodejs#26375 Reviewed-By: James M Snell jasnell@gmail.com

@BridgeAR BridgeAR added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Mar 13, 2019

BridgeAR added a commit that referenced this pull request

Mar 13, 2019

@BridgeAR

Notable Changes

BridgeAR added a commit that referenced this pull request

Mar 14, 2019

@BridgeAR

So far it was not possible to modify the inspection defaults used by the REPL from the running instance itself. This introduces a new property on util.inspect which is only used inside the REPL and which allows to modify the used inspection defaults at any point of time.

PR-URL: #26375 Reviewed-By: James M Snell jasnell@gmail.com

BridgeAR added a commit that referenced this pull request

Mar 14, 2019

@BridgeAR

Notable Changes

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Mar 14, 2019

@BridgeAR

Notable Changes

BridgeAR added a commit that referenced this pull request

Mar 14, 2019

@BridgeAR

Notable Changes

BridgeAR added a commit that referenced this pull request

Mar 15, 2019

@BridgeAR

Notable Changes

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Mar 15, 2019

@BridgeAR

Notable Changes

Labels

author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

build

Issues and PRs related to build files or the CI.

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.