Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28test: improve lib/internal/test_runner/test.js coverageMURAKAMI Masahiko
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-04-12test: adapt message tests for V8 10.2Michaël Zasso
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-03-22test: add initial test modulecjihrig
2022-02-05test: enable no-empty ESLint ruleRich Trott
2022-01-06esm: refactor esm tests out of test/messageGeoffrey Booth
2021-12-22util: display a present-but-undefined error causeJordan Harband
2021-12-11util: make sure error causes of any type may be inspectedRuben Bridgewater
2021-12-02util: always visualize cause property in errors during inspectionRuben Bridgewater
2021-11-08test: disable warnings to fix flaky testAntoine du Hamel
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-09-29v8: remove --harmony-top-level-awaitGeoffrey Booth
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-07-15process: add api to enable source-maps programmaticallylegendecas
2021-07-08errors: remove eager stack generation for node errorsGus Caplan
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-04test: run message and pseudo-tty tests in parallelRichard Lau
2021-04-30punycode: add pending deprecationAntoine du Hamel
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-19lib: aggregate errors to avoid error swallowingAntoine du Hamel
2021-02-13errors: align source-map stacks with specbcoe
2020-12-14test: make executable name more generalShelley Vohr
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-12-01errors: display original symbol namebcoe
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-09-21stream: move to internal/streamsMatteo Collina
2020-09-05test: make .out checks embedder-friendlyShelley Vohr
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-07-14repl: support --loader option in builtin REPLMichaël Zasso
2020-06-22test: account for non-node basenameShelley Vohr
2020-06-19lib: remove NodeError from the prototype of errors with codeMichaël Zasso
2020-06-16process: add unhandled-rejection throw and warn-with-error-codeDan Fabulich
2020-05-30errors: fully inspect errors on exitRuben Bridgewater
2020-05-25errors: print original exception contextbcoe
2020-05-03esm: improve commonjs hint on module not foundDaniele Belardi
2020-04-17module: remove experimental modules warningGuy Bedford
2020-04-15process: suggest --trace-warnings when printing warningAnna Henningsen
2020-03-13esm: port loader code to JSAnna Henningsen
2020-02-09test: improve logged errorsRuben Bridgewater
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2020-01-07module: loader getSource, getFormat, transform hooksGeoffrey Booth
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-17test: change var to letnathias
2019-11-13esm: unflag --experimental-modulesGuy Bedford