Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesconsole: improve inspectOptions validation #25090
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
console
label
Dec 17, 2018
targos
approved these changes
Dec 17, 2018
BridgeAR
approved these changes
Dec 17, 2018
lpinca
approved these changes
Dec 17, 2018
antsmartian
approved these changes
Dec 18, 2018
This comment has been minimized.
This comment has been minimized.
Trott
added
the
author ready
label
Dec 18, 2018
jasnell
approved these changes
Dec 18, 2018
cjihrig
force-pushed the
cjihrig:console
branch
from
575ef02
to
bf36f07
Dec 19, 2018
cjihrig
merged commit bf36f07
into
nodejs:master
Dec 19, 2018
cjihrig
deleted the
cjihrig:console
branch
Dec 19, 2018
MylesBorins
added
the
v11.x
label
Dec 25, 2018
This comment has been minimized.
This comment has been minimized.
|
This does not land cleanly on v11.x, would someone be willing to backport? |
MylesBorins
added
backport-requested-v11.x
and removed
v11.x
labels
Dec 25, 2018
targos
added this to Backport requested
in v11.x
Dec 28, 2018
This comment has been minimized.
This comment has been minimized.
|
Depends on #24978 |
BridgeAR
added a commit
that referenced
this pull request
Jan 10, 2019
BridgeAR
added
backported-to-v11.x
and removed
backport-requested-v11.x
labels
Jan 10, 2019
This comment has been minimized.
This comment has been minimized.
|
Backported directly to the staging branch due to recent console backports. |
BridgeAR
moved this from Backport requested
to Backported
in v11.x
Jan 10, 2019
addaleax
added a commit
that referenced
this pull request
Jan 14, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
cjihrig commentedDec 17, 2018
This commit adds stricter type checking to the
inspectOptionsoption to theConsoleconstructor.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes