@@ -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 ` .
@@ -199,8 +201,6 @@ changes:
199201 description: Paths delimited by comma (`,`) are no longer allowed.
200202-->
201203
202- > Stability: 2 - Stable.
203-
204204This flag configures file system read permissions using
205205the [ Permission Model] [ ] .
206206
@@ -244,8 +244,6 @@ changes:
244244 description: Paths delimited by comma (`,`) are no longer allowed.
245245-->
246246
247- > Stability: 2 - Stable.
248-
249247This flag configures file system write permissions using
250248the [ Permission Model] [ ] .
251249
@@ -453,8 +451,6 @@ changes:
453451 description: The flag is no longer experimental.
454452-->
455453
456- > Stability: 2 - Stable
457-
458454Provide custom [ conditional exports] [ ] resolution conditions.
459455
460456Any number of custom string condition names are permitted.
@@ -480,8 +476,6 @@ changes:
480476 description: The `--cpu-prof` flags are now stable.
481477-->
482478
483- > Stability: 2 - Stable
484-
485479Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
486480before exit.
487481
@@ -518,8 +512,6 @@ changes:
518512 description: The `--cpu-prof` flags are now stable.
519513-->
520514
521- > Stability: 2 - Stable
522-
523515Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
524516be placed.
525517
@@ -538,8 +530,6 @@ changes:
538530 description: The `--cpu-prof` flags are now stable.
539531-->
540532
541- > Stability: 2 - Stable
542-
543533Specify the sampling interval in microseconds for the CPU profiles generated
544534by ` --cpu-prof ` . The default is 1000 microseconds.
545535
@@ -555,8 +545,6 @@ changes:
555545 description: The `--cpu-prof` flags are now stable.
556546-->
557547
558- > Stability: 2 - Stable
559-
560548Specify the file name of the CPU profile generated by ` --cpu-prof ` .
561549
562550### ` --diagnostic-dir=directory `
@@ -1294,8 +1282,6 @@ changes:
12941282 description: The `--heap-prof` flags are now stable.
12951283-->
12961284
1297- > Stability: 2 - Stable
1298-
12991285Starts the V8 heap profiler on start up, and writes the heap profile to disk
13001286before exit.
13011287
@@ -1323,8 +1309,6 @@ changes:
13231309 description: The `--heap-prof` flags are now stable.
13241310-->
13251311
1326- > Stability: 2 - Stable
1327-
13281312Specify the directory where the heap profiles generated by ` --heap-prof ` will
13291313be placed.
13301314
@@ -1343,8 +1327,6 @@ changes:
13431327 description: The `--heap-prof` flags are now stable.
13441328-->
13451329
1346- > Stability: 2 - Stable
1347-
13481330Specify the average sampling interval in bytes for the heap profiles generated
13491331by ` --heap-prof ` . The default is 512 \* 1024 bytes.
13501332
@@ -1360,8 +1342,6 @@ changes:
13601342 description: The `--heap-prof` flags are now stable.
13611343-->
13621344
1363- > Stability: 2 - Stable
1364-
13651345Specify the file name of the heap profile generated by ` --heap-prof ` .
13661346
13671347### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1906,8 +1886,6 @@ changes:
19061886 description: Permission Model is now stable.
19071887-->
19081888
1909- > Stability: 2 - Stable.
1910-
19111889Enable the Permission Model for current process. When enabled, the
19121890following permissions are restricted:
19131891
@@ -2220,8 +2198,6 @@ changes:
22202198 `PATH` environment variable accordingly.
22212199-->
22222200
2223- > Stability: 2 - Stable
2224-
22252201This runs a specified command from a package.json's ` "scripts" ` object.
22262202If a missing ` "command" ` is provided, it will list the available scripts.
22272203
@@ -3019,8 +2995,6 @@ changes:
30192995 description: Test runner now supports running in watch mode.
30202996-->
30212997
3022- > Stability: 2 - Stable
3023-
30242998Starts Node.js in watch mode.
30252999When in watch mode, changes in the watched files cause the Node.js process to
30263000restart.
@@ -3049,8 +3023,6 @@ changes:
30493023 description: Watch mode is now stable.
30503024-->
30513025
3052- > Stability: 2 - Stable
3053-
30543026Starts Node.js in watch mode and specifies what paths to watch.
30553027When in watch mode, changes in the watched paths cause the Node.js process to
30563028restart.
@@ -3093,6 +3065,8 @@ instances.
30933065
30943066## Environment variables
30953067
3068+ > Stability: 2 - Stable
3069+
30963070### ` FORCE_COLOR=[1, 2, 3] `
30973071
30983072The ` FORCE_COLOR ` environment variable is used to
0 commit comments