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-01-25esm: make `process.exit()` default to exit code 0Gang Chen
2022-01-25src: add option to disable loading native addonsDominic Elm
2022-01-11module: support pattern trailers for imports fieldGuy Bedford
2022-01-11module: support pattern trailersGuy Bedford
2022-01-07tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-07tls: drop support for URI alternative namesTobias Nießen
2022-01-07crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2021-11-26lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-10-12test: update upload.zip to be uncorruptedGreg Ziskind
2021-09-04policy: canonicalize before resolving specifiersBradley Farias
2021-09-04esm: use correct URL for error decorationBradley Farias
2021-09-04policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-09-04test: remove eslint-disable comment from fixture fileRich Trott
2021-09-04esm: deprecate legacy main lookup for modulesGuy Bedford
2021-09-04errors: don't throw TypeError on missing exportbcoe
2021-09-04test: replace "inspector-cli" with "debugger"Rich Trott
2021-08-31buffer: make Blob's slice method more spec-compliantMichaël Zasso
2021-08-31test: add wpt tests for BlobMichaël Zasso
2021-08-31src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2021-08-31v8: implement v8.stopCoverage()Joyee Cheung
2021-08-31v8: implement v8.takeCoverage()Joyee Cheung
2021-07-20errors: don't rekey on primitive typebcoe
2021-07-20test: fix name of variable in inspector-cli testTobias Nießen
2021-07-20module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-07-20test,debugger: migrate node-inspect tests to coreRich Trott
2021-06-11http2: treat non-EOF empty frames like other invalid framesAnna Henningsen
2021-06-11tools,doc: add support for several flavors of JS code snippetsAntoine du Hamel
2021-06-11deps: update to cjs-module-lexer@1.2.1Guy Bedford
2021-06-11errors: display original symbol namebcoe
2021-05-16module: refactor to use iterable-weak-mapbcoe
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