Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,9 @@ try {
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/53127
description: This API is no longer experimental.
- version:
- v20.1.0
- v18.17.0
Expand All @@ -1035,8 +1038,6 @@ changes:
whether to perform path resolution for symlinks.
-->

> Stability: 1 - Experimental

* `src` {string|URL} source path to copy.
* `dest` {string|URL} destination path to copy to.
* `options` {Object}
Expand Down Expand Up @@ -2428,6 +2429,9 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/53127
description: This API is no longer experimental.
- version:
- v20.1.0
- v18.17.0
Expand All @@ -2447,8 +2451,6 @@ changes:
whether to perform path resolution for symlinks.
-->

> Stability: 1 - Experimental

* `src` {string|URL} source path to copy.
* `dest` {string|URL} destination path to copy to.
* `options` {Object}
Expand Down Expand Up @@ -5466,6 +5468,9 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/53127
description: This API is no longer experimental.
- version:
- v20.1.0
- v18.17.0
Expand All @@ -5480,8 +5485,6 @@ changes:
whether to perform path resolution for symlinks.
-->

> Stability: 1 - Experimental

* `src` {string|URL} source path to copy.
* `dest` {string|URL} destination path to copy to.
* `options` {Object}
Expand Down