summaryrefslogtreecommitdiff
path: root/test/message
Commit message (Expand)AuthorAgeFilesLines
* test: enable no-empty ESLint ruleRich Trott2022-03-142-2/+6
* util: display a present-but-undefined error causeJordan Harband2022-01-312-0/+14
* util: make sure error causes of any type may be inspectedRuben Bridgewater2022-01-312-0/+38
* util: always visualize cause property in errors during inspectionRuben Bridgewater2022-01-312-0/+167
* esm: refactor esm tests out of test/messageGeoffrey Booth2022-01-3124-213/+0
* test: disable warnings to fix flaky testAntoine du Hamel2022-01-311-1/+1
* esm: add support for JSON import assertionAntoine du Hamel2022-01-318-0/+72
* v8: remove --harmony-top-level-awaitGeoffrey Booth2021-10-122-12/+0
* esm: consolidate ESM loader hooksJacob2021-10-1210-22/+41
* punycode: add pending deprecationAntoine du Hamel2021-07-291-2/+2
* process: add api to enable source-maps programmaticallylegendecas2021-07-294-0/+93
* errors: remove eager stack generation for node errorsGus Caplan2021-07-111-3/+3
* lib: make primordials Promise methods safeAntoine du Hamel2021-06-142-0/+2
* test: run message and pseudo-tty tests in parallelRichard Lau2021-05-171-0/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-014-4/+4
* lib: aggregate errors to avoid error swallowingAntoine du Hamel2021-03-192-0/+26
* errors: align source-map stacks with specbcoe2021-02-126-30/+15
* test: make executable name more generalShelley Vohr2020-12-131-1/+1
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-072-2/+2
* errors: display original symbol namebcoe2020-12-017-10/+35
* src: use node:moduleName as builtin module filenameMichaël Zasso2020-10-0738-283/+283
* process: change default --unhandled-rejections=throwDan Fabulich2020-09-223-10/+3
* stream: move to internal/streamsMatteo Collina2020-09-211-4/+4
* test: make .out checks embedder-friendlyShelley Vohr2020-09-054-4/+4
* policy: implement scopes fieldBradley Farias2020-08-262-16/+16
* module: share CJS/ESM resolver fns, refactoringGuy Bedford2020-08-131-1/+0
* module: unflag Top-Level AwaitMyles Borins2020-08-034-5/+7
* repl: support --loader option in builtin REPLMichaël Zasso2020-07-145-7/+9
* test: account for non-node basenameShelley Vohr2020-06-225-7/+7
* lib: remove NodeError from the prototype of errors with codeMichaël Zasso2020-06-195-4/+7
* process: add unhandled-rejection throw and warn-with-error-codeDan Fabulich2020-06-162-0/+20
* errors: fully inspect errors on exitRuben Bridgewater2020-05-301-1/+1
* errors: print original exception contextbcoe2020-05-247-3/+53
* esm: improve commonjs hint on module not foundDaniele Belardi2020-05-034-0/+56
* module: remove experimental modules warningGuy Bedford2020-04-177-15/+3
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-158-1/+9
* esm: port loader code to JSAnna Henningsen2020-03-131-7/+7
* test: improve logged errorsRuben Bridgewater2020-02-092-2/+2
* src: use custom fprintf alike to write errors to stderrAnna Henningsen2020-01-232-0/+11
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-071-2/+2
* src: prevent hard coding stack trace limitlegendecas2019-12-253-0/+3
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-1916-20/+20
* test: change var to letnathias2019-11-172-5/+5
* esm: unflag --experimental-modulesGuy Bedford2019-11-1212-12/+5
* esm: exit the process with an error if loader has an issueMichaël Zasso2019-11-094-0/+33
* cli: add --trace-uncaught flagAnna Henningsen2019-10-2211-0/+66
* process: add source-map support to stack tracesbcoe2019-10-056-0/+59
* errors: make sure all Node.js errors show their propertiesRuben Bridgewater2019-10-032-2/+6
* test: unskip tests that now pass on AIXSam Roberts2019-08-101-2/+0
* events: give subclass name in unhandled 'error' messageAnna Henningsen2019-08-062-0/+22