@@ -63,6 +63,8 @@ changes:
6363 Node.js options as well, in addition to V8 options.
6464-->
6565
66+ > Stability: 2 - Stable
67+
6668All options, including V8 options, allow words to be separated by both
6769dashes (` - ` ) or underscores (` _ ` ). For example, ` --pending-deprecation ` is
6870equivalent 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
@@ -246,8 +246,6 @@ changes:
246246 description: Paths delimited by comma (`,`) are no longer allowed.
247247-->
248248
249- > Stability: 2 - Stable.
250-
251249This flag configures file system write permissions using
252250the [ Permission Model] [ ] .
253251
@@ -452,8 +450,6 @@ changes:
452450 description: The flag is no longer experimental.
453451-->
454452
455- > Stability: 2 - Stable
456-
457453Provide custom [ conditional exports] [ ] resolution conditions.
458454
459455Any number of custom string condition names are permitted.
@@ -478,8 +474,6 @@ changes:
478474 description: The `--cpu-prof` flags are now stable.
479475-->
480476
481- > Stability: 2 - Stable
482-
483477Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
484478before exit.
485479
@@ -515,8 +509,6 @@ changes:
515509 description: The `--cpu-prof` flags are now stable.
516510-->
517511
518- > Stability: 2 - Stable
519-
520512Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
521513be placed.
522514
@@ -534,8 +526,6 @@ changes:
534526 description: The `--cpu-prof` flags are now stable.
535527-->
536528
537- > Stability: 2 - Stable
538-
539529Specify the sampling interval in microseconds for the CPU profiles generated
540530by ` --cpu-prof ` . The default is 1000 microseconds.
541531
@@ -550,8 +540,6 @@ changes:
550540 description: The `--cpu-prof` flags are now stable.
551541-->
552542
553- > Stability: 2 - Stable
554-
555543Specify the file name of the CPU profile generated by ` --cpu-prof ` .
556544
557545### ` --diagnostic-dir=directory `
@@ -1324,8 +1312,6 @@ changes:
13241312 description: The `--heap-prof` flags are now stable.
13251313-->
13261314
1327- > Stability: 2 - Stable
1328-
13291315Starts the V8 heap profiler on start up, and writes the heap profile to disk
13301316before exit.
13311317
@@ -1352,8 +1338,6 @@ changes:
13521338 description: The `--heap-prof` flags are now stable.
13531339-->
13541340
1355- > Stability: 2 - Stable
1356-
13571341Specify the directory where the heap profiles generated by ` --heap-prof ` will
13581342be placed.
13591343
@@ -1371,8 +1355,6 @@ changes:
13711355 description: The `--heap-prof` flags are now stable.
13721356-->
13731357
1374- > Stability: 2 - Stable
1375-
13761358Specify the average sampling interval in bytes for the heap profiles generated
13771359by ` --heap-prof ` . The default is 512 \* 1024 bytes.
13781360
@@ -1387,8 +1369,6 @@ changes:
13871369 description: The `--heap-prof` flags are now stable.
13881370-->
13891371
1390- > Stability: 2 - Stable
1391-
13921372Specify the file name of the heap profile generated by ` --heap-prof ` .
13931373
13941374### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1935,8 +1915,6 @@ changes:
19351915 description: Permission Model is now stable.
19361916-->
19371917
1938- > Stability: 2 - Stable.
1939-
19401918Enable the Permission Model for current process. When enabled, the
19411919following permissions are restricted:
19421920
@@ -2252,8 +2230,6 @@ changes:
22522230 `PATH` environment variable accordingly.
22532231-->
22542232
2255- > Stability: 2 - Stable
2256-
22572233This runs a specified command from a package.json's ` "scripts" ` object.
22582234If a missing ` "command" ` is provided, it will list the available scripts.
22592235
@@ -3060,8 +3036,6 @@ changes:
30603036 description: Test runner now supports running in watch mode.
30613037-->
30623038
3063- > Stability: 2 - Stable
3064-
30653039Starts Node.js in watch mode.
30663040When in watch mode, changes in the watched files cause the Node.js process to
30673041restart.
@@ -3088,8 +3062,6 @@ changes:
30883062 description: Watch mode is now stable.
30893063-->
30903064
3091- > Stability: 2 - Stable
3092-
30933065Starts Node.js in watch mode and specifies what paths to watch.
30943066When in watch mode, changes in the watched paths cause the Node.js process to
30953067restart.
@@ -3132,6 +3104,8 @@ instances.
31323104
31333105## Environment variables
31343106
3107+ > Stability: 2 - Stable
3108+
31353109### ` FORCE_COLOR=[1, 2, 3] `
31363110
31373111The ` FORCE_COLOR ` environment variable is used to
0 commit comments