@@ -61,6 +61,8 @@ changes:
61
61
Node.js options as well, in addition to V8 options.
62
62
-->
63
63
64
+ > Stability: 2 - Stable
65
+
64
66
All options, including V8 options, allow words to be separated by both
65
67
dashes (` - ` ) or underscores (` _ ` ). For example, ` --pending-deprecation ` is
66
68
equivalent to ` --pending_deprecation ` .
@@ -199,8 +201,6 @@ changes:
199
201
description: Paths delimited by comma (`,`) are no longer allowed.
200
202
-->
201
203
202
- > Stability: 2 - Stable.
203
-
204
204
This flag configures file system read permissions using
205
205
the [ Permission Model] [ ] .
206
206
@@ -244,8 +244,6 @@ changes:
244
244
description: Paths delimited by comma (`,`) are no longer allowed.
245
245
-->
246
246
247
- > Stability: 2 - Stable.
248
-
249
247
This flag configures file system write permissions using
250
248
the [ Permission Model] [ ] .
251
249
@@ -453,8 +451,6 @@ changes:
453
451
description: The flag is no longer experimental.
454
452
-->
455
453
456
- > Stability: 2 - Stable
457
-
458
454
Provide custom [ conditional exports] [ ] resolution conditions.
459
455
460
456
Any number of custom string condition names are permitted.
@@ -480,8 +476,6 @@ changes:
480
476
description: The `--cpu-prof` flags are now stable.
481
477
-->
482
478
483
- > Stability: 2 - Stable
484
-
485
479
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
486
480
before exit.
487
481
@@ -518,8 +512,6 @@ changes:
518
512
description: The `--cpu-prof` flags are now stable.
519
513
-->
520
514
521
- > Stability: 2 - Stable
522
-
523
515
Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
524
516
be placed.
525
517
@@ -538,8 +530,6 @@ changes:
538
530
description: The `--cpu-prof` flags are now stable.
539
531
-->
540
532
541
- > Stability: 2 - Stable
542
-
543
533
Specify the sampling interval in microseconds for the CPU profiles generated
544
534
by ` --cpu-prof ` . The default is 1000 microseconds.
545
535
@@ -555,8 +545,6 @@ changes:
555
545
description: The `--cpu-prof` flags are now stable.
556
546
-->
557
547
558
- > Stability: 2 - Stable
559
-
560
548
Specify the file name of the CPU profile generated by ` --cpu-prof ` .
561
549
562
550
### ` --diagnostic-dir=directory `
@@ -1294,8 +1282,6 @@ changes:
1294
1282
description: The `--heap-prof` flags are now stable.
1295
1283
-->
1296
1284
1297
- > Stability: 2 - Stable
1298
-
1299
1285
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1300
1286
before exit.
1301
1287
@@ -1323,8 +1309,6 @@ changes:
1323
1309
description: The `--heap-prof` flags are now stable.
1324
1310
-->
1325
1311
1326
- > Stability: 2 - Stable
1327
-
1328
1312
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1329
1313
be placed.
1330
1314
@@ -1343,8 +1327,6 @@ changes:
1343
1327
description: The `--heap-prof` flags are now stable.
1344
1328
-->
1345
1329
1346
- > Stability: 2 - Stable
1347
-
1348
1330
Specify the average sampling interval in bytes for the heap profiles generated
1349
1331
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
1350
1332
@@ -1360,8 +1342,6 @@ changes:
1360
1342
description: The `--heap-prof` flags are now stable.
1361
1343
-->
1362
1344
1363
- > Stability: 2 - Stable
1364
-
1365
1345
Specify the file name of the heap profile generated by ` --heap-prof ` .
1366
1346
1367
1347
### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1906,8 +1886,6 @@ changes:
1906
1886
description: Permission Model is now stable.
1907
1887
-->
1908
1888
1909
- > Stability: 2 - Stable.
1910
-
1911
1889
Enable the Permission Model for current process. When enabled, the
1912
1890
following permissions are restricted:
1913
1891
@@ -2220,8 +2198,6 @@ changes:
2220
2198
`PATH` environment variable accordingly.
2221
2199
-->
2222
2200
2223
- > Stability: 2 - Stable
2224
-
2225
2201
This runs a specified command from a package.json's ` "scripts" ` object.
2226
2202
If a missing ` "command" ` is provided, it will list the available scripts.
2227
2203
@@ -3019,8 +2995,6 @@ changes:
3019
2995
description: Test runner now supports running in watch mode.
3020
2996
-->
3021
2997
3022
- > Stability: 2 - Stable
3023
-
3024
2998
Starts Node.js in watch mode.
3025
2999
When in watch mode, changes in the watched files cause the Node.js process to
3026
3000
restart.
@@ -3049,8 +3023,6 @@ changes:
3049
3023
description: Watch mode is now stable.
3050
3024
-->
3051
3025
3052
- > Stability: 2 - Stable
3053
-
3054
3026
Starts Node.js in watch mode and specifies what paths to watch.
3055
3027
When in watch mode, changes in the watched paths cause the Node.js process to
3056
3028
restart.
@@ -3093,6 +3065,8 @@ instances.
3093
3065
3094
3066
## Environment variables
3095
3067
3068
+ > Stability: 2 - Stable
3069
+
3096
3070
### ` FORCE_COLOR=[1, 2, 3] `
3097
3071
3098
3072
The ` FORCE_COLOR ` environment variable is used to
0 commit comments