-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
lib: extract validateNumber validator #22249
Conversation
Pulls out another common argument validator to `internal/validators`
Resumed build: https://ci.nodejs.org/job/node-test-pull-request/16378/ |
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16437/ |
Resume build: https://ci.nodejs.org/job/node-test-pull-request/16440/ |
Re node-test-commit-linux failures, |
Landed in 3e44b8c |
Pulls out another common argument validator to `internal/validators` PR-URL: #22249 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Should this be backported to |
Pulls out another common argument validator to `internal/validators` PR-URL: #22249 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Pulls out another common argument validator to `internal/validators` PR-URL: #22249 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Pulls out another common argument validator to `internal/validators` PR-URL: #22249 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Pulls out another common argument validator to
internal/validators
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes