@@ -61,6 +61,8 @@ changes:
6161 Node.js options as well, in addition to V8 options.
6262-->
6363
64+ > Stability: 2 - Stable
65+
6466All options, including V8 options, allow words to be separated by both
6567dashes (` - ` ) or underscores (` _ ` ). For example, ` --pending-deprecation ` is
6668equivalent to ` --pending_deprecation ` .
@@ -201,8 +203,6 @@ changes:
201203 description: Paths delimited by comma (`,`) are no longer allowed.
202204-->
203205
204- > Stability: 2 - Stable.
205-
206206This flag configures file system read permissions using
207207the [ Permission Model] [ ] .
208208
@@ -248,8 +248,6 @@ changes:
248248 description: Paths delimited by comma (`,`) are no longer allowed.
249249-->
250250
251- > Stability: 2 - Stable.
252-
253251This flag configures file system write permissions using
254252the [ Permission Model] [ ] .
255253
@@ -457,8 +455,6 @@ changes:
457455 description: The flag is no longer experimental.
458456-->
459457
460- > Stability: 2 - Stable
461-
462458Provide custom [ conditional exports] [ ] resolution conditions.
463459
464460Any number of custom string condition names are permitted.
@@ -484,8 +480,6 @@ changes:
484480 description: The `--cpu-prof` flags are now stable.
485481-->
486482
487- > Stability: 2 - Stable
488-
489483Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
490484before exit.
491485
@@ -522,8 +516,6 @@ changes:
522516 description: The `--cpu-prof` flags are now stable.
523517-->
524518
525- > Stability: 2 - Stable
526-
527519Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
528520be placed.
529521
@@ -542,8 +534,6 @@ changes:
542534 description: The `--cpu-prof` flags are now stable.
543535-->
544536
545- > Stability: 2 - Stable
546-
547537Specify the sampling interval in microseconds for the CPU profiles generated
548538by ` --cpu-prof ` . The default is 1000 microseconds.
549539
@@ -559,8 +549,6 @@ changes:
559549 description: The `--cpu-prof` flags are now stable.
560550-->
561551
562- > Stability: 2 - Stable
563-
564552Specify the file name of the CPU profile generated by ` --cpu-prof ` .
565553
566554### ` --diagnostic-dir=directory `
@@ -1295,8 +1283,6 @@ changes:
12951283 description: The `--heap-prof` flags are now stable.
12961284-->
12971285
1298- > Stability: 2 - Stable
1299-
13001286Starts the V8 heap profiler on start up, and writes the heap profile to disk
13011287before exit.
13021288
@@ -1324,8 +1310,6 @@ changes:
13241310 description: The `--heap-prof` flags are now stable.
13251311-->
13261312
1327- > Stability: 2 - Stable
1328-
13291313Specify the directory where the heap profiles generated by ` --heap-prof ` will
13301314be placed.
13311315
@@ -1344,8 +1328,6 @@ changes:
13441328 description: The `--heap-prof` flags are now stable.
13451329-->
13461330
1347- > Stability: 2 - Stable
1348-
13491331Specify the average sampling interval in bytes for the heap profiles generated
13501332by ` --heap-prof ` . The default is 512 \* 1024 bytes.
13511333
@@ -1361,8 +1343,6 @@ changes:
13611343 description: The `--heap-prof` flags are now stable.
13621344-->
13631345
1364- > Stability: 2 - Stable
1365-
13661346Specify the file name of the heap profile generated by ` --heap-prof ` .
13671347
13681348### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1695,8 +1675,6 @@ requiring a native C++ addon will fail and throw an exception.
16951675added: REPLACEME
16961676-->
16971677
1698- > Stability: 2 - Stable
1699-
17001678Disables the use of [ ` AsyncLocalStorage ` ] [ ] backed by ` AsyncContextFrame ` and
17011679uses the prior implementation which relied on async\_ hooks. The previous model
17021680is retained for compatibility with Electron and for cases where the context
@@ -1928,8 +1906,6 @@ changes:
19281906 description: Permission Model is now stable.
19291907-->
19301908
1931- > Stability: 2 - Stable.
1932-
19331909Enable the Permission Model for current process. When enabled, the
19341910following permissions are restricted:
19351911
@@ -2244,8 +2220,6 @@ changes:
22442220 `PATH` environment variable accordingly.
22452221-->
22462222
2247- > Stability: 2 - Stable
2248-
22492223This runs a specified command from a package.json's ` "scripts" ` object.
22502224If a missing ` "command" ` is provided, it will list the available scripts.
22512225
@@ -3053,8 +3027,6 @@ changes:
30533027 description: Test runner now supports running in watch mode.
30543028-->
30553029
3056- > Stability: 2 - Stable
3057-
30583030Starts Node.js in watch mode.
30593031When in watch mode, changes in the watched files cause the Node.js process to
30603032restart.
@@ -3083,8 +3055,6 @@ changes:
30833055 description: Watch mode is now stable.
30843056-->
30853057
3086- > Stability: 2 - Stable
3087-
30883058Starts Node.js in watch mode and specifies what paths to watch.
30893059When in watch mode, changes in the watched paths cause the Node.js process to
30903060restart.
@@ -3127,6 +3097,8 @@ instances.
31273097
31283098## Environment variables
31293099
3100+ > Stability: 2 - Stable
3101+
31303102### ` FORCE_COLOR=[1, 2, 3] `
31313103
31323104The ` FORCE_COLOR ` environment variable is used to
0 commit comments