@@ -63,6 +63,8 @@ changes:
63
63
Node.js options as well, in addition to V8 options.
64
64
-->
65
65
66
+ > Stability: 2 - Stable
67
+
66
68
All options, including V8 options, allow words to be separated by both
67
69
dashes (` - ` ) or underscores (` _ ` ). For example, ` --pending-deprecation ` is
68
70
equivalent to ` --pending_deprecation ` .
@@ -201,8 +203,6 @@ changes:
201
203
description: Paths delimited by comma (`,`) are no longer allowed.
202
204
-->
203
205
204
- > Stability: 2 - Stable.
205
-
206
206
This flag configures file system read permissions using
207
207
the [ Permission Model] [ ] .
208
208
@@ -246,8 +246,6 @@ changes:
246
246
description: Paths delimited by comma (`,`) are no longer allowed.
247
247
-->
248
248
249
- > Stability: 2 - Stable.
250
-
251
249
This flag configures file system write permissions using
252
250
the [ Permission Model] [ ] .
253
251
@@ -452,8 +450,6 @@ changes:
452
450
description: The flag is no longer experimental.
453
451
-->
454
452
455
- > Stability: 2 - Stable
456
-
457
453
Provide custom [ conditional exports] [ ] resolution conditions.
458
454
459
455
Any number of custom string condition names are permitted.
@@ -478,8 +474,6 @@ changes:
478
474
description: The `--cpu-prof` flags are now stable.
479
475
-->
480
476
481
- > Stability: 2 - Stable
482
-
483
477
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
484
478
before exit.
485
479
@@ -515,8 +509,6 @@ changes:
515
509
description: The `--cpu-prof` flags are now stable.
516
510
-->
517
511
518
- > Stability: 2 - Stable
519
-
520
512
Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
521
513
be placed.
522
514
@@ -534,8 +526,6 @@ changes:
534
526
description: The `--cpu-prof` flags are now stable.
535
527
-->
536
528
537
- > Stability: 2 - Stable
538
-
539
529
Specify the sampling interval in microseconds for the CPU profiles generated
540
530
by ` --cpu-prof ` . The default is 1000 microseconds.
541
531
@@ -550,8 +540,6 @@ changes:
550
540
description: The `--cpu-prof` flags are now stable.
551
541
-->
552
542
553
- > Stability: 2 - Stable
554
-
555
543
Specify the file name of the CPU profile generated by ` --cpu-prof ` .
556
544
557
545
### ` --diagnostic-dir=directory `
@@ -1324,8 +1312,6 @@ changes:
1324
1312
description: The `--heap-prof` flags are now stable.
1325
1313
-->
1326
1314
1327
- > Stability: 2 - Stable
1328
-
1329
1315
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1330
1316
before exit.
1331
1317
@@ -1352,8 +1338,6 @@ changes:
1352
1338
description: The `--heap-prof` flags are now stable.
1353
1339
-->
1354
1340
1355
- > Stability: 2 - Stable
1356
-
1357
1341
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1358
1342
be placed.
1359
1343
@@ -1371,8 +1355,6 @@ changes:
1371
1355
description: The `--heap-prof` flags are now stable.
1372
1356
-->
1373
1357
1374
- > Stability: 2 - Stable
1375
-
1376
1358
Specify the average sampling interval in bytes for the heap profiles generated
1377
1359
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
1378
1360
@@ -1387,8 +1369,6 @@ changes:
1387
1369
description: The `--heap-prof` flags are now stable.
1388
1370
-->
1389
1371
1390
- > Stability: 2 - Stable
1391
-
1392
1372
Specify the file name of the heap profile generated by ` --heap-prof ` .
1393
1373
1394
1374
### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1935,8 +1915,6 @@ changes:
1935
1915
description: Permission Model is now stable.
1936
1916
-->
1937
1917
1938
- > Stability: 2 - Stable.
1939
-
1940
1918
Enable the Permission Model for current process. When enabled, the
1941
1919
following permissions are restricted:
1942
1920
@@ -2252,8 +2230,6 @@ changes:
2252
2230
`PATH` environment variable accordingly.
2253
2231
-->
2254
2232
2255
- > Stability: 2 - Stable
2256
-
2257
2233
This runs a specified command from a package.json's ` "scripts" ` object.
2258
2234
If a missing ` "command" ` is provided, it will list the available scripts.
2259
2235
@@ -3060,8 +3036,6 @@ changes:
3060
3036
description: Test runner now supports running in watch mode.
3061
3037
-->
3062
3038
3063
- > Stability: 2 - Stable
3064
-
3065
3039
Starts Node.js in watch mode.
3066
3040
When in watch mode, changes in the watched files cause the Node.js process to
3067
3041
restart.
@@ -3088,8 +3062,6 @@ changes:
3088
3062
description: Watch mode is now stable.
3089
3063
-->
3090
3064
3091
- > Stability: 2 - Stable
3092
-
3093
3065
Starts Node.js in watch mode and specifies what paths to watch.
3094
3066
When in watch mode, changes in the watched paths cause the Node.js process to
3095
3067
restart.
@@ -3132,6 +3104,8 @@ instances.
3132
3104
3133
3105
## Environment variables
3134
3106
3107
+ > Stability: 2 - Stable
3108
+
3135
3109
### ` FORCE_COLOR=[1, 2, 3] `
3136
3110
3137
3111
The ` FORCE_COLOR ` environment variable is used to
0 commit comments