| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5352,8 +5352,6 @@ instance. | |||
| 5352 | 5352 | deprecated: v6.0.0 | |
| 5353 | 5353 | --> | |
| 5354 | 5354 | ||
| 5355 | - > Stability: 0 - Deprecated: Use [`Buffer.allocUnsafeSlow()`][] instead. | ||
| 5356 | - | ||
| 5357 | 5355 | * `size` {integer} The desired length of the new `SlowBuffer`. | |
| 5358 | 5356 | ||
| 5359 | 5357 | See [`Buffer.allocUnsafeSlow()`][]. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -635,8 +635,6 @@ added: | |||
| 635 | 635 | - v18.19.0 | |
| 636 | 636 | --> | |
| 637 | 637 | ||
| 638 | - > Stability: 1 - Experimental | ||
| 639 | - | ||
| 640 | 638 | * `subscribers` {Object} Set of [TracingChannel Channels][] subscribers | |
| 641 | 639 | * `start` {Function} The [`start` event][] subscriber | |
| 642 | 640 | * `end` {Function} The [`end` event][] subscriber | |
@@ -704,8 +702,6 @@ added: | |||
| 704 | 702 | - v18.19.0 | |
| 705 | 703 | --> | |
| 706 | 704 | ||
| 707 | - > Stability: 1 - Experimental | ||
| 708 | - | ||
| 709 | 705 | * `subscribers` {Object} Set of [TracingChannel Channels][] subscribers | |
| 710 | 706 | * `start` {Function} The [`start` event][] subscriber | |
| 711 | 707 | * `end` {Function} The [`end` event][] subscriber | |
@@ -775,8 +771,6 @@ added: | |||
| 775 | 771 | - v18.19.0 | |
| 776 | 772 | --> | |
| 777 | 773 | ||
| 778 | - > Stability: 1 - Experimental | ||
| 779 | - | ||
| 780 | 774 | * `fn` {Function} Function to wrap a trace around | |
| 781 | 775 | * `context` {Object} Shared object to correlate events through | |
| 782 | 776 | * `thisArg` {any} The receiver to be used for the function call | |
@@ -826,8 +820,6 @@ added: | |||
| 826 | 820 | - v18.19.0 | |
| 827 | 821 | --> | |
| 828 | 822 | ||
| 829 | - > Stability: 1 - Experimental | ||
| 830 | - | ||
| 831 | 823 | * `fn` {Function} Promise-returning function to wrap a trace around | |
| 832 | 824 | * `context` {Object} Shared object to correlate trace events through | |
| 833 | 825 | * `thisArg` {any} The receiver to be used for the function call | |
@@ -880,8 +872,6 @@ added: | |||
| 880 | 872 | - v18.19.0 | |
| 881 | 873 | --> | |
| 882 | 874 | ||
| 883 | - > Stability: 1 - Experimental | ||
| 884 | - | ||
| 885 | 875 | * `fn` {Function} callback using function to wrap a trace around | |
| 886 | 876 | * `position` {number} Zero-indexed argument position of expected callback | |
| 887 | 877 | (defaults to last argument if `undefined` is passed) | |
@@ -984,8 +974,6 @@ added: | |||
| 984 | 974 | - v22.0.0 | |
| 985 | 975 | --> | |
| 986 | 976 | ||
| 987 | - > Stability: 1 - Experimental | ||
| 988 | - | ||
| 989 | 977 | * Returns: {boolean} `true` if any of the individual channels has a subscriber, | |
| 990 | 978 | `false` if not. | |
| 991 | 979 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -276,8 +276,6 @@ changes: | |||
| 276 | 276 | description: Switch from Import Assertions to Import Attributes. | |
| 277 | 277 | --> | |
| 278 | 278 | ||
| 279 | - > Stability: 2 - Stable | ||
| 280 | - | ||
| 281 | 279 | [Import attributes][Import Attributes MDN] are an inline syntax for module import | |
| 282 | 280 | statements to pass on more information alongside the module specifier. | |
| 283 | 281 | ||
@@ -624,8 +622,6 @@ changes: | |||
| 624 | 622 | description: JSON modules are no longer experimental. | |
| 625 | 623 | --> | |
| 626 | 624 | ||
| 627 | - > Stability: 2 - Stable | ||
| 628 | - | ||
| 629 | 625 | JSON files can be referenced by `import`: | |
| 630 | 626 | ||
| 631 | 627 | ```js | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2441,8 +2441,6 @@ changes: | |||
| 2441 | 2441 | description: No longer behind `--experimental-global-customevent` CLI flag. | |
| 2442 | 2442 | --> | |
| 2443 | 2443 | ||
| 2444 | - > Stability: 2 - Stable | ||
| 2445 | - | ||
| 2446 | 2444 | * Extends: {Event} | |
| 2447 | 2445 | ||
| 2448 | 2446 | The `CustomEvent` object is an adaptation of the [`CustomEvent` Web API][]. | |
@@ -2460,8 +2458,6 @@ changes: | |||
| 2460 | 2458 | description: CustomEvent is now stable. | |
| 2461 | 2459 | --> | |
| 2462 | 2460 | ||
| 2463 | - > Stability: 2 - Stable | ||
| 2464 | - | ||
| 2465 | 2461 | * Type: {any} Returns custom data passed when initializing. | |
| 2466 | 2462 | ||
| 2467 | 2463 | Read-only. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments