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-10-02cli: add `--watch`Moshe Atlow
2022-09-27esm,loader: tidy ESMLoader internalsJacob Smith
2022-09-27module: open stat/readPackage to mutationsMaël Nison
2022-09-27module: exports & imports map invalid slash deprecationGuy Bedford
2022-09-26lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-09-05lib: use safe `Promise` alternatives when availableAntoine du Hamel
2022-08-23src: disambiguate terms used to refer to builtins and addonsJoyee Cheung
2022-08-23esm: do not bind loader hook functionsAntoine du Hamel
2022-08-23module: protect against prototype mutationAntoine du Hamel
2022-08-23esm: fix loader hooks accepting too many argumentsJacob Smith
2022-08-23test: refactor ESM tests to improve performanceJacob Smith
2022-08-23lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-08-22esm: move package config helpersGeoffrey Booth
2022-07-26esm: remove superfluous argumentRich Trott
2022-07-26esm: throw on any non-2xx responseLiviaMedeiros
2022-07-12lib: implement safe alternatives to `Promise` static methodsAntoine du Hamel
2022-07-12esm: treat `307` and `308` as redirects in HTTPS importsKid
2022-07-12module: add isBuiltIn methodhemanth.hm
2022-07-12module: cjs-module-lexer WebAssembly fallbackGuy Bedford
2022-07-12esm: restore `next<HookName>`'s `context` as optional argJacob Smith
2022-07-12module: also enable subpath imports in REPLRay
2022-07-12lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-07-12loader: make `require.resolve` throw for unknown builtin modules木杉
2022-07-12esm: fix chain advances when loader calls next<HookName> multiple timesJacob Smith
2022-07-12esm: refactor responseURL handlingGuy Bedford
2022-07-12esm: fix http(s) import via custom loaderJacob Smith
2022-07-12esm: add chaining to loadersJacob Smith
2022-06-16tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-02esm: fix imports from non-file moduleAntoine du Hamel
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-03-29esm: emit experimental warnings in common placeJacob Smith
2022-03-22module,repl: support 'node:'-only core modulescjihrig
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-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-12esm: fix typo in `fetch_module`Michael Scovetta
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-05lib: add comments to empty catch statementsRich Trott
2022-02-01module: unflag esm json modulesGeoffrey Booth
2022-01-19esm: improve validation of resolved URLsJacob Smith
2022-01-14tools: enable ESLint no-sparse-arrays ruleRich Trott
2022-01-14esm: make `process.exit()` default to exit code 0Gang Chen
2021-12-22loader: fix package resolution for edge caseGabriel Bota