Skip to content

Commit ff659fa

Browse files
authored
fs: mark recursive cp methods as stable
PR-URL: #53127 Fixes: #44598 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 892d360 commit ff659fa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/api/fs.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ try {
10211021
<!-- YAML
10221022
added: v16.7.0
10231023
changes:
1024+
- version: REPLACEME
1025+
pr-url: https://github.com/nodejs/node/pull/53127
1026+
description: This API is no longer experimental.
10241027
- version:
10251028
- v20.1.0
10261029
- v18.17.0
@@ -1035,8 +1038,6 @@ changes:
10351038
whether to perform path resolution for symlinks.
10361039
-->
10371040
1038-
> Stability: 1 - Experimental
1039-
10401041
* `src` {string|URL} source path to copy.
10411042
* `dest` {string|URL} destination path to copy to.
10421043
* `options` {Object}
@@ -2428,6 +2429,9 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
24282429
<!-- YAML
24292430
added: v16.7.0
24302431
changes:
2432+
- version: REPLACEME
2433+
pr-url: https://github.com/nodejs/node/pull/53127
2434+
description: This API is no longer experimental.
24312435
- version:
24322436
- v20.1.0
24332437
- v18.17.0
@@ -2447,8 +2451,6 @@ changes:
24472451
whether to perform path resolution for symlinks.
24482452
-->
24492453
2450-
> Stability: 1 - Experimental
2451-
24522454
* `src` {string|URL} source path to copy.
24532455
* `dest` {string|URL} destination path to copy to.
24542456
* `options` {Object}
@@ -5466,6 +5468,9 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
54665468
<!-- YAML
54675469
added: v16.7.0
54685470
changes:
5471+
- version: REPLACEME
5472+
pr-url: https://github.com/nodejs/node/pull/53127
5473+
description: This API is no longer experimental.
54695474
- version:
54705475
- v20.1.0
54715476
- v18.17.0
@@ -5480,8 +5485,6 @@ changes:
54805485
whether to perform path resolution for symlinks.
54815486
-->
54825487
5483-
> Stability: 1 - Experimental
5484-
54855488
* `src` {string|URL} source path to copy.
54865489
* `dest` {string|URL} destination path to copy to.
54875490
* `options` {Object}

0 commit comments

Comments
 (0)