| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5356,8 +5356,6 @@ instance. | |||
| 5356 | 5356 | deprecated: v6.0.0 | |
| 5357 | 5357 | --> | |
| 5358 | 5358 | ||
| 5359 | - > Stability: 0 - Deprecated: Use [`Buffer.allocUnsafeSlow()`][] instead. | ||
| 5360 | - | ||
| 5361 | 5359 | * `size` {integer} The desired length of the new `SlowBuffer`. | |
| 5362 | 5360 | ||
| 5363 | 5361 | See [`Buffer.allocUnsafeSlow()`][]. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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 | |
| 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) | |
@@ -985,8 +975,6 @@ added: | |||
| 985 | 975 | - v20.13.0 | |
| 986 | 976 | --> | |
| 987 | 977 | ||
| 988 | - > Stability: 1 - Experimental | ||
| 989 | - | ||
| 990 | 978 | * Returns: {boolean} `true` if any of the individual channels has a subscriber, | |
| 991 | 979 | `false` if not. | |
| 992 | 980 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -275,8 +275,6 @@ changes: | |||
| 275 | 275 | description: Switch from Import Assertions to Import Attributes. | |
| 276 | 276 | --> | |
| 277 | 277 | ||
| 278 | - > Stability: 2 - Stable | ||
| 279 | - | ||
| 280 | 278 | [Import attributes][Import Attributes MDN] are an inline syntax for module import | |
| 281 | 279 | statements to pass on more information alongside the module specifier. | |
| 282 | 280 | ||
@@ -640,8 +638,6 @@ changes: | |||
| 640 | 638 | description: JSON modules are no longer experimental. | |
| 641 | 639 | --> | |
| 642 | 640 | ||
| 643 | - > Stability: 2 - Stable | ||
| 644 | - | ||
| 645 | 641 | JSON files can be referenced by `import`: | |
| 646 | 642 | ||
| 647 | 643 | ```js | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2444,8 +2444,6 @@ changes: | |||
| 2444 | 2444 | description: No longer behind `--experimental-global-customevent` CLI flag. | |
| 2445 | 2445 | --> | |
| 2446 | 2446 | ||
| 2447 | - > Stability: 2 - Stable | ||
| 2448 | - | ||
| 2449 | 2447 | * Extends: {Event} | |
| 2450 | 2448 | ||
| 2451 | 2449 | The `CustomEvent` object is an adaptation of the [`CustomEvent` Web API][]. | |
@@ -2465,8 +2463,6 @@ changes: | |||
| 2465 | 2463 | description: CustomEvent is now stable. | |
| 2466 | 2464 | --> | |
| 2467 | 2465 | ||
| 2468 | - > Stability: 2 - Stable | ||
| 2469 | - | ||
| 2470 | 2466 | * Type: {any} Returns custom data passed when initializing. | |
| 2471 | 2467 | ||
| 2472 | 2468 | Read-only. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments