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-12url: file URL path normalizationDaijiro Wachi
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-04module: fix builtin reexport tracingGuy Bedford
2020-10-01module: refine module type mismatch error casesGuy Bedford
2020-09-30esm: use "node:" namespace for builtinsGuy Bedford
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-28test: update wpt tests for encodingDaijiro Wachi
2020-09-27test: update wpt tests for urlDaijiro Wachi
2020-09-22module: fix crash on multiline named cjs importsChristoph Tavan
2020-09-20url: support non-special URLsDaijiro Wachi
2020-09-18module: exports pattern supportGuy Bedford
2020-09-16test: update WPT harness and testsMichaël Zasso
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-08test: separate the test fixtures between ICU and URLLeko
2020-09-03tools,doc: allow page titles to contain inline codeAntoine du HAMEL
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-09doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-08module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-07-23module: self referential modules in repl or `-r`Daniele Belardi
2020-07-10module: package "imports" fieldGuy Bedford
2020-06-25src: tolerate EPERM returned from tcsetattrpatr0nus
2020-06-19module: fix error message about importing names from cjsFábio Santos
2020-06-06url: remove gopher from special schemesMichaël Zasso
2020-05-28tools: fix check-imports.py to match on word boundariesRichard Lau
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-25doc: normalize Bash code block info stringsDerek Lewis
2020-05-25errors: print original exception contextbcoe
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-23url: forbid lt and gt in url host code pointYash Ladha
2020-05-21esm: doc & validate source values for formatsBradley Farias
2020-05-15module: do not check circular dependencies for exported proxiesRuben Bridgewater
2020-05-15repl: improve repl autocompletion for require callsRuben Bridgewater
2020-05-14src: add support for TLAGus Caplan
2020-05-13test: update WPT interfaces and hr-timeJoyee Cheung
2020-05-10test: add hr-time Web platform testsMichaël Zasso
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-27module: do not warn when accessing `__esModule` of unfinished exportsAnna Henningsen
2020-04-23module: exports not exported for null resolutionsGuy Bedford
2020-04-22module: improve error for invalid package targetsMyles Borins
2020-04-03module: expose exports conditions to loadersJan Krems
2020-04-01module: path-only CJS exports extension searchingGuy Bedford
2020-03-24test: refactoring / cleanup on child-process testsJames M Snell
2020-03-23module: add hook for global preload codeJan Krems
2020-03-16test: workaround for V8 8.1 inspector pause issueMatheus Marchini
2020-03-09test: use index.js if package.json "main" is emptyBen Noordhuis
2020-02-27module: disable conditional exports, self resolve warningsGuy Bedford