summaryrefslogtreecommitdiff
path: root/src/node_options.cc
Commit message (Expand)AuthorAgeFilesLines
* test_runner: support combining coverage reportscjihrig2023-04-281-7/+0
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-091-0/+5
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-4/+7
* wasi: no longer require flag to enable wasiMichael Dawson2023-03-301-4/+2
* test_runner: support defining test reporter in NODE_OPTIONSSteve Herzog2023-03-141-2/+4
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+21
* src: add initial support for single executable applicationsDarshan Sen2023-02-181-0/+5
* src: allow snapshotting from the embedder APIAnna Henningsen2023-02-031-2/+1
* src: make build_snapshot a per-Isolate option, rather than a global oneAnna Henningsen2023-02-031-5/+5
* src: add support for ETW stack walkingJosé Dapena Paz2023-01-241-0/+4
* doc,lib,src,test: rename --test-coveragecjihrig2023-01-081-2/+3
* test_runner: add initial code coverage supportcjihrig2023-01-081-0/+9
* assert: remove `assert.snapshot`Moshe Atlow2023-01-071-5/+0
* net: add autoSelectFamily global getter and setterPaolo Insogna2022-12-241-0/+4
* test_runner: add reportersMoshe Atlow2022-12-191-0/+6
* watch: add CLI flag to preserve outputDebadree Chatterjee2022-12-111-0/+4
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* src: add --max-semi-space-size to the options allowed in NODE_OPTIONSEmanuel Hoogeveen2022-11-151-0/+1
* test_runner: support watch modeMoshe Atlow2022-11-131-3/+3
* src: clarify OptionEnvvarSettings member namesChengzhong Wu2022-10-271-130/+126
* src: forbid running watch mode in REPLMoshe Atlow2022-10-201-13/+15
* lib: enable global CustomEvent by defaultDaeyeon Jeong2022-10-101-1/+2
* test_runner: add --test-name-pattern CLI flagcjihrig2022-10-041-0/+3
* esm: remove specifier resolution flagGeoffrey Booth2022-10-041-13/+2
* lib: enable global WebCrypto by defaultAntoine du Hamel2022-09-171-1/+2
* test_runner: support using `--inspect` with `--test`Moshe Atlow2022-09-101-3/+0
* cli: add `--watch`Moshe Atlow2022-09-051-1/+36
* doc: fix spacing issue in `--build-snapshot` help textShohei YOSHIDA2022-08-301-1/+1
* src: fix --heapsnapshot-near-heap-limit error hintChengzhong Wu2022-08-141-1/+1
* assert: add assert.SnapshotMoshe Atlow2022-08-111-0/+5
* doc,worker: deprecate `--trace-atomics-wait`Keyhan Vakil2022-08-041-1/+1
* bootstrap: implement --snapshot-blob and --build-snapshotJoyee Cheung2022-08-031-0/+7
* src: split property helpers from node::Environmentlegendecas2022-08-021-2/+3
* esm: add `--import` flagMoshe Atlow2022-07-311-2/+6
* events: expose CustomEvent on global with CLI flagDaeyeon Jeong2022-07-231-0/+4
* src,doc,test: add --openssl-shared-config optionDaniel Bevenius2022-05-311-0/+4
* node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas2022-05-271-0/+6
* esm: add chaining to loadersJacob Smith2022-05-041-1/+1
* src: add initial shadow realm supportlegendecas2022-05-021-0/+9
* esm: graduate top-level-await to stableAntoine du Hamel2022-04-281-8/+2
* src: make --no-node-snapshot a per-process optionJoyee Cheung2022-04-281-5/+4
* test_runner: add initial CLI runnerColin Ihrig2022-04-151-0/+21
* test_runner: support 'only' testsColin Ihrig2022-04-041-0/+4
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-0/+5
* src: include internal/options in the snapshotJoyee Cheung2022-03-111-0/+7
* lib: enable fetch by defaultMichaël Zasso2022-02-211-1/+2
* crypto: expose Web Crypto API on the global scopeAntoine du Hamel2022-02-141-0/+4
* esm: support https remotely and http locally under flagBradley Farias2022-02-091-0/+4
* lib: add fetchMichaël Zasso2022-02-011-0/+4
* module: unflag esm json modulesGeoffrey Booth2022-01-311-8/+2