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
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
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-06process: add source-map support to stack tracesbcoe
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-08-11test: unskip tests that now pass on AIXSam Roberts
2019-08-07events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-06tools: fix node-core/required-modules eslint ruleBen Noordhuis
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-14tools: python: ignore instead of select flake8 rulesRefael Ackermann