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-06-13module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-02test: remove unnecessary `--pending-deprecation` flagAntoine du Hamel
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-05-17errors: remove input from ERR_INVALID_URL messagemoander
2021-05-11module: add support for `URL` to `import.meta.resolve`Antoine du Hamel
2021-04-13module: clarify CJS global-like variables not defined error messageAntoine du Hamel
2021-04-03module: improve error message for invalid data URLAntoine du Hamel
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-20module: runtime deprecate subpath folder mappingsAntoine du Hamel
2021-03-19module: add support for `node:`‑prefixed `require(…)` callsExE Boss
2021-03-01test: account for pending deprecations in esm testRich Trott
2021-02-18module: improve support of data: URLsAntoine du Hamel
2021-02-15module: remove module.createRequireFromPathAntoine du Hamel
2021-01-30esm: deprecate legacy main lookup for modulesGuy Bedford
2021-01-19test,benchmark: stop requiring URL and URLSearchParamsraisinten
2021-01-12module: fix Windows folder exports deprecation warningGuy Bedford
2020-12-12util: fix module prefixes during inspectionRuben Bridgewater
2020-10-30module: runtime deprecate subpath folder mappingsGuy Bedford
2020-10-21util: add `util/types` alias moduleExE Boss
2020-10-20path: add `path/posix` and `path/win32` alias modulesExE Boss
2020-10-19module: only try to enrich CJS syntax errorsMichaël Zasso
2020-10-04module: fix builtin reexport tracingGuy Bedford
2020-10-01module: refine module type mismatch error casesGuy Bedford
2020-09-30esm: use "node:" namespace for builtinsGuy Bedford
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-09-22module: fix crash on multiline named cjs importsChristoph Tavan
2020-09-18module: exports pattern supportGuy Bedford
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-09-11esm: better package.json parser errorsGuy Bedford
2020-09-10module: fix specifier resolution option valuehimself65
2020-08-30esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott
2020-08-26module: drop `-u` alias for `--conditions`Richard Lau
2020-08-19esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-08module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-07-30Revert "module: disable cjs snapshotting into esm loader"Gus Caplan
2020-07-30module: disable cjs snapshotting into esm loaderGuy Bedford
2020-07-20test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen
2020-07-10module: package "imports" fieldGuy Bedford
2020-06-25assert: add `assert/strict` alias moduleExE Boss
2020-06-19module: fix error message about importing names from cjsFábio Santos
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-24dns: add dns/promises aliasshisama
2020-05-21esm: doc & validate source values for formatsBradley Farias
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-14src: add support for TLAGus Caplan