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-09-04process: add api to enable source-maps programmaticallylegendecas
2021-09-04test: prepare for consistent comma-dangle lint ruleRich Trott
2021-09-02errors: eliminate all overhead for hidden callsMomtchil Momtchev
2021-06-11test: run message and pseudo-tty tests in parallelRichard Lau
2021-06-11errors: align source-map stacks with specbcoe
2021-06-11tools: enable no-unused-expressions lint ruleMichaël Zasso
2021-06-11errors: display original symbol namebcoe
2021-05-01test: make executable name more generalShelley Vohr
2021-04-06errors: print original exception contextbcoe
2020-12-02stream: move to internal/streamsMatteo Collina
2020-09-07test: make .out checks embedder-friendlyShelley Vohr
2020-09-01policy: implement scopes fieldBradley Farias
2020-08-20module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-08-11module: unflag Top-Level AwaitMyles Borins
2020-07-17repl: support --loader option in builtin REPLMichaël Zasso
2020-06-30test: account for non-node basenameShelley Vohr
2020-06-30process: add unhandled-rejection throw and warn-with-error-codeDan Fabulich
2020-06-30errors: fully inspect errors on exitRuben Bridgewater
2020-05-04esm: improve commonjs hint on module not foundDaniele Belardi
2020-04-17module: remove experimental modules warningGuy Bedford
2020-04-17process: 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
2019-04-12console: remove trace frameRuben Bridgewater
2019-04-04module: inline try catchRuben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater