summaryrefslogtreecommitdiff
path: root/lib/internal/errors.js
Commit message (Expand)AuthorAgeFilesLines
* http: prevent writing to the body when not allowed by HTTP specGerrard Lindsay2023-05-131-0/+2
* http: remove internal error in assignSocketMatteo Collina2023-05-021-0/+2
* tools: fix jsdoc lintMoshe Atlow2023-05-021-5/+0
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-0/+2
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-8/+8
* test_runner: better handle async bootstrap errorsColin Ihrig2023-02-241-2/+2
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-6/+6
* assert: remove `assert.snapshot`Moshe Atlow2023-01-071-2/+0
* net: handle socket.write(cb) edge caseSantiago Gimeno2023-01-011-0/+3
* errors: refactor to use a method that formats a list stringDaeyeon Jeong2022-12-231-37/+20
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-1/+1
* net: add autoSelectFamily and autoSelectFamilyAttemptTimeout optionsPaolo Insogna2022-12-031-0/+8
* test_runner: add initial TAP parserWassim Chegham2022-11-211-0/+15
* util: use private symbols in JS land directlyJoyee Cheung2022-11-171-8/+6
* dns: fix port validationAntoine du Hamel2022-10-251-1/+1
* util: add MIME utilities (#21128)Bradley Farias2022-10-191-0/+4
* http: throw error on content-length mismatchsidwebworks2022-09-181-0/+2
* bootstrap: fixup Error.stackTraceLimit for user-land snapshotJoyee Cheung2022-08-181-0/+6
* typings: add JSDoc for `internal/validators`Yagiz Nizipli2022-08-171-2/+3
* errors: refactor to use optional chainingSindreXie2022-08-131-1/+1
* assert: add assert.SnapshotMoshe Atlow2022-08-111-0/+2
* errors: extract type detection & use in `ERR_INVALID_RETURN_VALUE`Jacob Smith2022-07-011-25/+30
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-5/+5
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-0/+4
* esm: fix chain advances when loader calls next<HookName> multiple timesJacob Smith2022-06-051-1/+1
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-1/+12
* util: add parseArgs moduleBenjamin E. Coe2022-05-241-0/+9
* esm: add chaining to loadersJacob Smith2022-05-041-0/+7
* errors,console: refactor to use ES2021 syntax小菜2022-04-281-19/+10
* errors,vm: update error and use causeGus Caplan2022-04-241-2/+4
* lib,src: implement WebAssembly Web APITobias Nießen2022-04-231-0/+1
* doc: consolidate use of multiple-byte unitsAntoine du Hamel2022-04-201-1/+1
* test_runner: add initial CLI runnerColin Ihrig2022-04-151-3/+17
* readline: fix question still called after closedXuguang Mei2022-04-081-0/+1
* test: add initial test modulecjihrig2022-03-211-0/+12
* esm: make extension-less errors in type:module actionableBradley Farias2022-03-151-3/+7
* esm: support https remotely and http locally under flagBradley Farias2022-02-091-3/+8
* lib: add internal genericNodeError() functionRich Trott2022-02-091-14/+31
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+0
* crypto,tls: implement safe x509 GeneralName formatTobias Nießen2022-01-101-0/+2
* errors: add support for cause in aborterrorJames M Snell2021-12-021-2/+5
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-291-1/+1
* esm: add support for JSON import assertionAntoine du Hamel2021-11-031-0/+6
* module: fix ERR_REQUIRE_ESM for parentPath nullGuy Bedford2021-09-281-2/+2
* worker: remove file extension checkQingyu Deng2021-08-261-3/+0
* policy: canonicalize before resolving specifiersBradley Farias2021-08-191-0/+3
* fs: add recursive cp methodbcoe2021-08-111-0/+11
* module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford2021-07-311-1/+1
* crypto: fix `generateKeyPair` with encoding 'jwk'himself652021-07-261-2/+0
* perf_hooks: web performance timeline compliancelegendecas2021-07-251-2/+0