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-05-04esm: add chaining to loadersJacob Smith
2022-04-29esm: fix imports from non-file moduleAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-03-31test: fix comments in test filesDaeyeon Jeong
2022-03-29esm: emit experimental warnings in common placeJacob Smith
2022-03-15esm: make extension-less errors in type:module actionableBradley Farias
2022-03-14esm: improve typings and code coverageBradley Farias
2022-03-10esm: add runtime warning for specifier resolution flagGeoffrey Booth
2022-03-06loader: fix esm resolve for symlink fileXuguang Mei
2022-03-05esm: fix base URL for network importsBradley Farias
2022-02-27esm: fix relative imports for httpsBradley Farias
2022-02-24module: prefer async/await in https importsBenjamin Gruenbaum
2022-02-23process: fix named report exportmadflow
2022-02-19esm: improve `fetch_module` test coverage and remove hackAntoine du Hamel
2022-02-18esm: remove erroneous `context.parentURL` property passed to `load` hookJacob Smith
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-01module: unflag esm json modulesGeoffrey Booth
2022-01-21tools: increase maximum line length to 120 charactersRich Trott
2022-01-19esm: improve validation of resolved URLsJacob Smith
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-30child_process: queue pending messagesErick Wendel
2021-12-22loader: fix package resolution for edge caseGabriel Bota
2021-12-13loader: return package format from defaultResolve if knownGabriel Bota
2021-11-29esm: working mock testBradley Farias
2021-11-24module: import assertions improvementsGeoffrey Booth
2021-11-24doc: fix spelling of 'WebAssembly'Geoffrey Booth
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-11-02test: avoid deep comparisons with literalsTobias Nießen
2021-10-25module: resolver & spec hardening /w refactoringGuy Bedford
2021-10-21lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-10-17tools: add support for import assertions in linterAntoine du Hamel
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-19module: runtime deprecate trailing slash patternsGuy Bedford
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-12module: fix $ pattern replacementsGuy Bedford
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-07test: make tests pass on Windows with Unix EOLMichaël Zasso
2021-08-25module: support pattern trailersGuy Bedford
2021-07-15esm: refine ERR_REQUIRE_ESM errorsGuy Bedford
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