@@ -966,7 +966,7 @@ try {
966966<!-- YAML
967967added: v16.7.0
968968changes:
969- - version: REPLACEME
969+ - version: v20.1.0
970970 pr-url: https://github.com/nodejs/node/pull/47084
971971 description: Accept an additional ` mode` option to specify
972972 the copy behavior as the ` mode` argument of ` fs .copyFile ()` .
@@ -1220,7 +1220,7 @@ a colon, Node.js will open a file system stream, as described by
12201220<!-- YAML
12211221added: v12.12.0
12221222changes:
1223- - version: REPLACEME
1223+ - version: v20.1.0
12241224 pr-url: https://github.com/nodejs/node/pull/41439
12251225 description: Added `recursive` option.
12261226 - version:
@@ -1271,7 +1271,7 @@ closed after the iterator exits.
12711271<!-- YAML
12721272added: v10.0.0
12731273changes:
1274- - version: REPLACEME
1274+ - version: v20.1.0
12751275 pr-url: https://github.com/nodejs/node/pull/41439
12761276 description: Added `recursive` option.
12771277 - version: v10.11.0
@@ -2301,7 +2301,7 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
23012301<!-- YAML
23022302added: v16.7.0
23032303changes:
2304- - version: REPLACEME
2304+ - version: v20.1.0
23052305 pr-url: https://github.com/nodejs/node/pull/47084
23062306 description: Accept an additional `mode` option to specify
23072307 the copy behavior as the `mode` argument of `fs.copyFile()`.
@@ -3410,7 +3410,7 @@ const { openAsBlob } = require('node:fs');
34103410<!-- YAML
34113411added: v12.12.0
34123412changes:
3413- - version: REPLACEME
3413+ - version: v20.1.0
34143414 pr-url: https://github.com/nodejs/node/pull/41439
34153415 description: Added ` recursive` option.
34163416 - version: v18.0.0
@@ -3550,7 +3550,7 @@ above values.
35503550<!-- YAML
35513551added: v0.1.8
35523552changes:
3553- - version: REPLACEME
3553+ - version: v20.1.0
35543554 pr-url: https://github.com/nodejs/node/pull/41439
35553555 description: Added ` recursive` option.
35563556 - version: v18.0.0
@@ -5222,7 +5222,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
52225222<!-- YAML
52235223added: v16.7 .0
52245224changes:
5225- - version: REPLACEME
5225+ - version: v20. 1 . 0
52265226 pr- url: https: // github.com/nodejs/node/pull/47084
52275227 description: Accept an additional ` mode` option to specify
52285228 the copy behavior as the ` mode` argument of ` fs.copyFile()` .
@@ -5562,7 +5562,7 @@ object with an `encoding` property specifying the character encoding to use.
55625562<!-- YAML
55635563added: v12.12.0
55645564changes:
5565- - version: REPLACEME
5565+ - version: v20.1.0
55665566 pr-url: https://github.com/nodejs/node/pull/41439
55675567 description: Added `recursive` option.
55685568 - version:
@@ -5622,7 +5622,7 @@ this API: [`fs.open()`][].
56225622<!-- YAML
56235623added: v0.1.21
56245624changes:
5625- - version: REPLACEME
5625+ - version: v20.1.0
56265626 pr-url: https://github.com/nodejs/node/pull/41439
56275627 description: Added `recursive` option.
56285628 - version: v10.10.0
@@ -6495,7 +6495,7 @@ value is determined by the `options.encoding` passed to [`fs.readdir()`][] or
64956495#### `dirent.path`
64966496
64976497<!-- YAML
6498- added: REPLACEME
6498+ added: v20.1.0
64996499-->
65006500
65016501* {string}
0 commit comments