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
2021-05-08test: add undefined fatalException exit code testNitzan Uziely
2021-05-01worker: fix exit code for error thrown in handlerNitzan Uziely
2021-05-01test: app atob web platform testsJames M Snell
2021-05-01workers: fix spawning from preload scriptsJames M Snell
2021-05-01policy: fix cascade getting scopeBradley Farias
2021-04-30test: update dom/abort testsJames M Snell
2021-04-30child_process: support AbortSignal in forkBenjamin Gruenbaum
2021-04-30test: integrate abort_controller tests from wptDaijiro Wachi
2021-04-25errors: do not call resolve on URLs with schemesbcoe
2021-04-25module: add isPreloading indicatorJames M Snell
2021-04-06errors: print original exception contextbcoe
2020-12-15test: add upstream test cases to encodingDaijiro Wachi
2020-12-15module: only try to enrich CJS syntax errorsMichaël Zasso
2020-11-16deps: update to cjs-module-lexer@0.5.2Guy Bedford
2020-11-16deps: upgrade to cjs-module-lexer@0.5.0Guy Bedford
2020-10-06test: update wpt tests for encodingDaijiro Wachi
2020-10-06module: fix builtin reexport tracingGuy Bedford
2020-10-06module: refine module type mismatch error casesGuy Bedford
2020-10-06esm: use "node:" namespace for builtinsGuy Bedford
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-24module: exports pattern supportGuy Bedford
2020-09-24module: fix crash on multiline named cjs importsChristoph Tavan
2020-09-17esm: better package.json parser errorsGuy Bedford
2020-09-17test: separate the test fixtures between ICU and URLLeko
2020-09-07tools,doc: allow page titles to contain inline codeAntoine du HAMEL
2020-09-01policy: implement scopes fieldBradley Farias
2020-08-20module: custom --conditions flag optionGuy Bedford
2020-08-11doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-11module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-07-28module: self referential modules in repl or `-r`Daniele Belardi
2020-07-17module: package "imports" fieldGuy Bedford
2020-06-30src: tolerate EPERM returned from tcsetattrpatr0nus
2020-06-30module: fix error message about importing names from cjsFábio Santos
2020-06-30tools: fix check-imports.py to match on word boundariesRichard Lau
2020-06-30module: remove dynamicInstantiate loader hookJan Krems
2020-06-30doc: normalize Bash code block info stringsDerek Lewis
2020-06-30esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-06-18esm: doc & validate source values for formatsBradley Farias
2020-05-16module: do not check circular dependencies for exported proxiesRuben Bridgewater
2020-05-16repl: improve repl autocompletion for require callsRuben Bridgewater
2020-05-16test: update WPT interfaces and hr-timeJoyee Cheung
2020-05-14src: add support for TLAGus Caplan
2020-05-11test: add hr-time Web platform testsMichaël Zasso
2020-05-11module: better error for named exports from cjsMyles Borins
2020-05-04esm: improve commonjs hint on module not foundDaniele Belardi
2020-05-04module: no type module resolver side effectsGuy Bedford
2020-04-29module: do not warn when accessing `__esModule` of unfinished exportsAnna Henningsen
2020-04-27module: exports not exported for null resolutionsGuy Bedford
2020-04-27module: improve error for invalid package targetsMyles Borins
2020-04-07module: expose exports conditions to loadersJan Krems