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
2020-10-01module: refine module type mismatch error casesGuy Bedford
2020-09-30lib: use Object static properties from primordialsMichaël Zasso
2020-09-30esm: use "node:" namespace for builtinsGuy 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-16module: use isURLInstance instead of instanceofAntoine du HAMEL
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-26policy: implement scopes fieldBradley Farias
2020-08-19esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko
2020-08-15module: fix check for package.json at volume rootDerek Lewis
2020-08-13policy: support conditions for redirectsBradley Farias
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-10module: use cjsCache over esm injectionGuy Bedford
2020-08-08module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-08-05policy: increase tests via permutation matrixBradley Farias
2020-07-30Revert "module: disable cjs snapshotting into esm loader"Gus Caplan
2020-07-30module: disable cjs snapshotting into esm loaderGuy Bedford
2020-07-23module: self referential modules in repl or `-r`Daniele Belardi
2020-07-20Revert "module: fix check for package.json at volume root"Myles Borins
2020-07-15module: update expected module.parent DEP numberBeth Griggs
2020-07-14repl: support --loader option in builtin REPLMichaël Zasso
2020-07-10module: package "imports" fieldGuy Bedford
2020-06-19module: fix error message about importing names from cjsFábio Santos
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-25errors: print original exception contextbcoe
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-22module: fix check for package.json at volume rootGeoffrey Booth
2020-05-21esm: doc & validate source values for formatsBradley Farias
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-16esm: improve commonjs hint on module not foundAntoine du Hamel
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-15Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina
2020-05-15module: do not check circular dependencies for exported proxiesRuben Bridgewater
2020-05-15repl: replace hard coded core module list with actual listRuben Bridgewater
2020-05-14src: add support for TLAGus Caplan
2020-05-08module: better error for named exports from cjsMyles Borins
2020-05-03esm: improve commonjs hint on module not foundDaniele Belardi
2020-04-30module: no type module resolver side effectsGuy Bedford
2020-04-30lib: cosmetic change to builtinLibs list for maintainabilityJames M Snell
2020-04-27module: do not warn when accessing `__esModule` of unfinished exportsAnna Henningsen
2020-04-25vm: add importModuleDynamically option to compileFunctionGus Caplan
2020-04-23module: exports not exported for null resolutionsGuy Bedford
2020-04-17module: fix memory leak when require error occursQinhui Chen
2020-04-03module: expose exports conditions to loadersJan Krems