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-07-08esm: doc & validate source values for formatsBradley Farias
2020-04-28module: expose exports conditions to loadersJan Krems
2020-04-03module: add hook for global preload codeJan Krems
2020-04-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-06module: loader getSource, getFormat, transform hooksGeoffrey Booth
2019-10-01module: pass full URL to loader for top-level loadGuy Bedford
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2018-11-12test: esm loader unknown builtin moduleFran Herrero
2018-07-03test: add test for missing dynamic instantiate hookMichaël Zasso
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-01-19test: replace assert.equal with assert.strictEqualSho Miyamoto
2018-01-15module: refactor loaderGus Caplan
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-28module: fix for #17130 shared loader cjs depGuy Bedford
2017-10-28module: fix hook module CJS dependency loadingguybedford
2017-10-21module: fix main resolution and not found updatesGuy Bedford
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford