@@ -1021,6 +1021,9 @@ try {
10211021<!-- YAML
10221022added: v16.7.0
10231023changes:
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
24292430added: v16.7.0
24302431changes:
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
54675469added: v16.7.0
54685470changes:
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