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-11-14test_runner: support watch modemainMoshe Atlow
2022-10-14bootstrap: merge main thread and worker thread initializationsJoyee Cheung
2022-10-06src: consolidate exit codes in the code baseJoyee Cheung
2022-09-28dns: support dns module in the snapshotJoyee Cheung
2022-09-17lib: enable global WebCrypto by defaultAntoine du Hamel
2022-09-13dns: refactor default resolverJoyee Cheung
2022-09-10test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-09-05cli: add `--watch`Moshe Atlow
2022-08-24test_runner: support programmatically running `--test`Moshe Atlow
2022-08-19src: support diagnostics channel in the snapshotJoyee Cheung
2022-08-18bootstrap: fixup Error.stackTraceLimit for user-land snapshotJoyee Cheung
2022-08-08src: disambiguate terms used to refer to builtins and addonsJoyee Cheung
2022-08-05lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-08-04bootstrap: support more builtins in the embedded code cacheJoyee Cheung
2022-07-31esm: add `--import` flagMoshe Atlow
2022-07-28lib: add missing env vars to --helpcola119
2022-07-27lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-07-23events: expose CustomEvent on global with CLI flagDaeyeon Jeong
2022-07-21test_runner: do not report an error when tests are passingAntoine du Hamel
2022-07-20test_runner: recieve and pass AbortSignalMoshe Atlow
2022-07-08test_runner: wait for stderr and stdout to completeMoshe Atlow
2022-06-29test_runner: expose `describe` and `it`Moshe Atlow
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-06-17v8: add v8.startupSnapshot utilsJoyee Cheung
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-02-18worker: fix typo in debug statementAntoine du Hamel
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-05lib: add comments to empty catch statementsRich Trott
2022-02-01lib: add fetchMichaël Zasso
2021-12-20lib: fix checking syntax of esm moduleQingyu Deng
2021-09-07lib,repl: ignore non-canBeRequiredByUsers built-inXadillaX
2021-07-16debugger: rename internal moduleRich Trott
2021-07-15process: add api to enable source-maps programmaticallylegendecas
2021-06-28perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung
2021-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-21debugger: rename internal library for clarityRich Trott
2021-04-28lib: harden lint checks for globalsAntoine du Hamel
2021-04-25debugger: move node-inspect to internal libraryRich Trott
2021-04-17lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel
2021-04-07worker: fix exit code for error thrown in handlerNitzan Uziely
2021-03-28src: indent long help text properlyDavid Glasser
2021-03-15worker: add setEnvironmentData/getEnvironmentDataJames M Snell
2021-03-05doc: document that NODE_EXTRA_CA_CERTS is read only onceJames M Snell
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-03-01workers: fix spawning from preload scriptsJames M Snell
2021-02-26doc: document the NO_COLOR and FORCE_COLOR env varsJames M Snell
2021-02-26lib: use <array>.push and <array>.unshift instead of <array>.concatAntoine du Hamel