@@ -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 ` .
@@ -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
@@ -248,8 +248,6 @@ changes:
248
248
description: Paths delimited by comma (`,`) are no longer allowed.
249
249
-->
250
250
251
- > Stability: 2 - Stable.
252
-
253
251
This flag configures file system write permissions using
254
252
the [ Permission Model] [ ] .
255
253
@@ -457,8 +455,6 @@ changes:
457
455
description: The flag is no longer experimental.
458
456
-->
459
457
460
- > Stability: 2 - Stable
461
-
462
458
Provide custom [ conditional exports] [ ] resolution conditions.
463
459
464
460
Any number of custom string condition names are permitted.
@@ -484,8 +480,6 @@ changes:
484
480
description: The `--cpu-prof` flags are now stable.
485
481
-->
486
482
487
- > Stability: 2 - Stable
488
-
489
483
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
490
484
before exit.
491
485
@@ -522,8 +516,6 @@ changes:
522
516
description: The `--cpu-prof` flags are now stable.
523
517
-->
524
518
525
- > Stability: 2 - Stable
526
-
527
519
Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
528
520
be placed.
529
521
@@ -542,8 +534,6 @@ changes:
542
534
description: The `--cpu-prof` flags are now stable.
543
535
-->
544
536
545
- > Stability: 2 - Stable
546
-
547
537
Specify the sampling interval in microseconds for the CPU profiles generated
548
538
by ` --cpu-prof ` . The default is 1000 microseconds.
549
539
@@ -559,8 +549,6 @@ changes:
559
549
description: The `--cpu-prof` flags are now stable.
560
550
-->
561
551
562
- > Stability: 2 - Stable
563
-
564
552
Specify the file name of the CPU profile generated by ` --cpu-prof ` .
565
553
566
554
### ` --diagnostic-dir=directory `
@@ -1295,8 +1283,6 @@ changes:
1295
1283
description: The `--heap-prof` flags are now stable.
1296
1284
-->
1297
1285
1298
- > Stability: 2 - Stable
1299
-
1300
1286
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1301
1287
before exit.
1302
1288
@@ -1324,8 +1310,6 @@ changes:
1324
1310
description: The `--heap-prof` flags are now stable.
1325
1311
-->
1326
1312
1327
- > Stability: 2 - Stable
1328
-
1329
1313
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1330
1314
be placed.
1331
1315
@@ -1344,8 +1328,6 @@ changes:
1344
1328
description: The `--heap-prof` flags are now stable.
1345
1329
-->
1346
1330
1347
- > Stability: 2 - Stable
1348
-
1349
1331
Specify the average sampling interval in bytes for the heap profiles generated
1350
1332
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
1351
1333
@@ -1361,8 +1343,6 @@ changes:
1361
1343
description: The `--heap-prof` flags are now stable.
1362
1344
-->
1363
1345
1364
- > Stability: 2 - Stable
1365
-
1366
1346
Specify the file name of the heap profile generated by ` --heap-prof ` .
1367
1347
1368
1348
### ` --heapsnapshot-near-heap-limit=max_count `
@@ -1695,8 +1675,6 @@ requiring a native C++ addon will fail and throw an exception.
1695
1675
added: REPLACEME
1696
1676
-->
1697
1677
1698
- > Stability: 2 - Stable
1699
-
1700
1678
Disables the use of [ ` AsyncLocalStorage ` ] [ ] backed by ` AsyncContextFrame ` and
1701
1679
uses the prior implementation which relied on async\_ hooks. The previous model
1702
1680
is retained for compatibility with Electron and for cases where the context
@@ -1928,8 +1906,6 @@ changes:
1928
1906
description: Permission Model is now stable.
1929
1907
-->
1930
1908
1931
- > Stability: 2 - Stable.
1932
-
1933
1909
Enable the Permission Model for current process. When enabled, the
1934
1910
following permissions are restricted:
1935
1911
@@ -2244,8 +2220,6 @@ changes:
2244
2220
`PATH` environment variable accordingly.
2245
2221
-->
2246
2222
2247
- > Stability: 2 - Stable
2248
-
2249
2223
This runs a specified command from a package.json's ` "scripts" ` object.
2250
2224
If a missing ` "command" ` is provided, it will list the available scripts.
2251
2225
@@ -3053,8 +3027,6 @@ changes:
3053
3027
description: Test runner now supports running in watch mode.
3054
3028
-->
3055
3029
3056
- > Stability: 2 - Stable
3057
-
3058
3030
Starts Node.js in watch mode.
3059
3031
When in watch mode, changes in the watched files cause the Node.js process to
3060
3032
restart.
@@ -3083,8 +3055,6 @@ changes:
3083
3055
description: Watch mode is now stable.
3084
3056
-->
3085
3057
3086
- > Stability: 2 - Stable
3087
-
3088
3058
Starts Node.js in watch mode and specifies what paths to watch.
3089
3059
When in watch mode, changes in the watched paths cause the Node.js process to
3090
3060
restart.
@@ -3127,6 +3097,8 @@ instances.
3127
3097
3128
3098
## Environment variables
3129
3099
3100
+ > Stability: 2 - Stable
3101
+
3130
3102
### ` FORCE_COLOR=[1, 2, 3] `
3131
3103
3132
3104
The ` FORCE_COLOR ` environment variable is used to
0 commit comments