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-02-06test: remove eslint-disable comments from fixturesRich Trott
2022-01-14esm: make `process.exit()` default to exit code 0Gang Chen
2022-01-06esm: refactor esm tests out of test/messageGeoffrey Booth
2021-12-13loader: return package format from defaultResolve if knownGabriel Bota
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-10-21lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-12esm: consolidate ESM loader hooksJacob
2021-07-31module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford
2021-07-15esm: refine ERR_REQUIRE_ESM errorsGuy Bedford
2021-04-30deps: update to cjs-module-lexer@1.2.1Guy Bedford
2021-01-12module: fix Windows folder exports deprecation warningGuy Bedford
2020-11-01deps: update to cjs-module-lexer@0.5.2Guy Bedford
2020-10-30module: runtime deprecate subpath folder mappingsGuy Bedford
2020-10-30deps: upgrade to cjs-module-lexer@0.5.0Guy Bedford
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-29module: named exports for CJS via static analysisGuy Bedford
2020-09-22module: fix crash on multiline named cjs importsChristoph Tavan
2020-09-18module: exports pattern supportGuy Bedford
2020-09-11esm: better package.json parser errorsGuy Bedford
2020-08-08module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-07-10module: package "imports" fieldGuy Bedford
2020-06-19module: fix error message about importing names from cjsFábio Santos
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-14src: add support for TLAGus Caplan
2020-05-08module: better error for named exports from cjsMyles Borins
2020-04-03module: expose exports conditions to loadersJan Krems
2020-02-27module: disable conditional exports, self resolve warningsGuy Bedford
2020-01-23module: drop support for extensionless main entry points in esmGeoffrey Booth
2020-01-23module: revert #31021Geoffrey Booth
2020-01-07module: loader getSource, getFormat, transform hooksGeoffrey Booth
2019-12-31esm: empty ext from pkg type/main doesnt affect formatBradley Farias
2019-12-05module: add warnings for experimental flagsRongjian Zhang
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-12module: warn on require of .js inside type: moduleGuy Bedford
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-13doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-05-20esm: use correct error argumentscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2018-06-21module: experimental modules runMain separationguybedford
2018-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso