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: fix crash on multiline named cjs importsChristoph Tavan
2020-10-01esm: better package.json parser errorsGuy Bedford
2020-10-01module: package "imports" fieldGuy Bedford
2020-07-14module: fix error message about importing names from cjsFábio Santos
2020-07-08esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-06-07module: better error for named exports from cjsMyles Borins
2020-04-28module: expose exports conditions to loadersJan Krems
2020-04-21module: disable conditional exports, self resolve warningsGuy Bedford
2020-02-06module: loader getSource, getFormat, transform hooksGeoffrey Booth
2020-02-06esm: empty ext from pkg type/main doesnt affect formatBradley Farias
2020-02-06module: add warnings for experimental flagsRongjian Zhang
2019-12-18module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-10module: warn on require of .js inside type: moduleGuy Bedford
2019-08-19doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-19module: pkg exports validations and fallbacksGuy Bedford
2019-08-19module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-05-21esm: 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
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-01-26test: force context allocation in test moduleYang Guo
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford