summaryrefslogtreecommitdiff
path: root/lib/internal/validators.js
Commit message (Expand)AuthorAgeFilesLines
* tools: fix jsdoc lintMoshe Atlow2023-05-021-1/+0
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-2/+2
* http: fix validation of "Link" headerSteve Herzog2023-02-231-1/+9
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-4/+4
* lib: update JSDoc of `getOwnPropertyValueOrDefault`Deokjin Kim2023-01-011-1/+1
* lib: fix JSDoc issuesRich Trott2022-11-071-1/+0
* buffer: fix validation of options in `Blob` constructorAntoine du Hamel2022-11-011-0/+20
* lib: support more attributes for early hint linkYagiz Nizipli2022-10-141-1/+1
* util: add default value option to parseargManuel Spigolon2022-10-071-0/+32
* lib: require JSDoc in internal validators codeRich Trott2022-10-071-0/+8
* http2: make early hints genericYagiz Nizipli2022-10-061-2/+42
* lib: brand check event handler property receiverslegendecas2022-10-041-1/+8
* typings: add JSDoc for `internal/validators`Yagiz Nizipli2022-08-171-5/+150
* http: add writeEarlyHints function to ServerResponseWing2022-08-171-0/+16
* test_runner: validate `timeout` optionAntoine du Hamel2022-07-241-1/+10
* lib: make `validateObject` less affected by prototype tamperingAntoine du Hamel2022-07-111-4/+10
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-2/+2
* util: add parseArgs moduleBenjamin E. Coe2022-05-241-0/+7
* lib: refactor `validateInt32` and `validateUint32`mawaregetsuka2022-05-221-15/+10
* lib: improve the coverage of the validatormawaregetsuka2022-04-021-6/+6
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-7/+0
* v8: multi-tenant promise hook apiStephen Belanger2021-11-011-0/+7
* lib: avoid creating a throw away object in `validateObject`Antoine du Hamel2021-09-181-5/+14
* lib: simplify validatorsVoltrex2021-08-151-4/+3
* wasi: use missing validatorVoltrex2021-06-261-0/+6
* typings: add types for internalBinding('fs')Michaël Zasso2021-04-141-1/+1
* fs: fix flag and mode validationJames M Snell2021-03-011-14/+4
* lib: fix WebIDL `object` and dictionary type conversionExE Boss2021-02-081-3/+9
* lib: refactor to use validateFunctionZiJian Liu2021-01-271-0/+6
* lib: use more primordials in shared validatorsPooja D P2020-12-281-7/+14
* lib: use Number.parseInt from primordialsMichaël Zasso2020-10-071-1/+2
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-9/+3
* events: allow use of AbortController with onceJames M Snell2020-08-311-0/+10
* lib: allow to validate enums with validateOneOfDenys Otrishko2020-08-171-0/+17
* lib: fix validateport error message when allowZero is falserickyes2020-04-281-1/+1
* lib: created isValidCallback helperYash Ladha2020-04-141-1/+8
* lib: move isLegalPort to validators, refactorJames M Snell2020-03-051-5/+20
* lib: improve value validation utilsDenys Otrishko2020-02-101-0/+28
* fs: improve mode and flags validationRuben Bridgewater2020-01-121-6/+6
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-5/+10
* crypto: refactor array buffer view validationRuben Bridgewater2019-10-011-3/+0
* lib: remove the comment of base64 validationMaledong2019-08-241-2/+0
* lib: rename validateSafeInteger to validateIntegercjihrig2019-08-191-2/+2
* lib: rename validateInteger to validateSafeIntegerZach Bjornson2019-08-161-2/+2
* src: add error codes to errors thrown in C++Yaniv Friedensohn2019-08-091-0/+14
* lib: support min/max values in validateInteger()cjihrig2019-07-231-6/+11
* lib: add signal name validatorcjihrig2019-04-101-2/+19
* lib: consolidate arrayBufferView validationRuben Bridgewater2019-03-271-0/+15
* lib: remove return values from validation functionsRuben Bridgewater2019-03-271-5/+0