| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7147c1d commit 6165894
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1021,6 +1021,9 @@ try { | |||
| 1021 | 1021 | <!-- YAML | |
| 1022 | 1022 | added: v16.7.0 | |
| 1023 | 1023 | changes: | |
| 1024 | + - version: REPLACEME | ||
| 1025 | + pr-url: https://github.com/nodejs/node/pull/53127 | ||
| 1026 | + description: This API is no longer experimental. | ||
| 1024 | 1027 | - version: | |
| 1025 | 1028 | - v20.1.0 | |
| 1026 | 1029 | - v18.17.0 | |
@@ -1035,8 +1038,6 @@ changes: | |||
| 1035 | 1038 | whether to perform path resolution for symlinks. | |
| 1036 | 1039 | --> | |
| 1037 | 1040 | ||
| 1038 | - > Stability: 1 - Experimental | ||
| 1039 | - | ||
| 1040 | 1041 | * `src` {string|URL} source path to copy. | |
| 1041 | 1042 | * `dest` {string|URL} destination path to copy to. | |
| 1042 | 1043 | * `options` {Object} | |
@@ -2428,6 +2429,9 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); | |||
| 2428 | 2429 | <!-- YAML | |
| 2429 | 2430 | added: v16.7.0 | |
| 2430 | 2431 | changes: | |
| 2432 | + - version: REPLACEME | ||
| 2433 | + pr-url: https://github.com/nodejs/node/pull/53127 | ||
| 2434 | + description: This API is no longer experimental. | ||
| 2431 | 2435 | - version: | |
| 2432 | 2436 | - v20.1.0 | |
| 2433 | 2437 | - v18.17.0 | |
@@ -2447,8 +2451,6 @@ changes: | |||
| 2447 | 2451 | whether to perform path resolution for symlinks. | |
| 2448 | 2452 | --> | |
| 2449 | 2453 | ||
| 2450 | - > Stability: 1 - Experimental | ||
| 2451 | - | ||
| 2452 | 2454 | * `src` {string|URL} source path to copy. | |
| 2453 | 2455 | * `dest` {string|URL} destination path to copy to. | |
| 2454 | 2456 | * `options` {Object} | |
@@ -5466,6 +5468,9 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); | |||
| 5466 | 5468 | <!-- YAML | |
| 5467 | 5469 | added: v16.7.0 | |
| 5468 | 5470 | changes: | |
| 5471 | + - version: REPLACEME | ||
| 5472 | + pr-url: https://github.com/nodejs/node/pull/53127 | ||
| 5473 | + description: This API is no longer experimental. | ||
| 5469 | 5474 | - version: | |
| 5470 | 5475 | - v20.1.0 | |
| 5471 | 5476 | - v18.17.0 | |
@@ -5480,8 +5485,6 @@ changes: | |||
| 5480 | 5485 | whether to perform path resolution for symlinks. | |
| 5481 | 5486 | --> | |
| 5482 | 5487 | ||
| 5483 | - > Stability: 1 - Experimental | ||
| 5484 | - | ||
| 5485 | 5488 | * `src` {string|URL} source path to copy. | |
| 5486 | 5489 | * `dest` {string|URL} destination path to copy to. | |
| 5487 | 5490 | * `options` {Object} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments