@@ -449,7 +449,7 @@ number of bytes read is zero.
449449<!-- YAML
450450added: v17.0.0
451451changes:
452- - version: REPLACEME
452+ - version: v18.17.0
453453 pr-url: https://github.com/nodejs/node/pull/46933
454454 description: Added option to create a 'bytes' stream.
455455-->
@@ -962,7 +962,7 @@ try {
962962<!-- YAML
963963added: v16.7.0
964964changes:
965- - version: REPLACEME
965+ - version: v18.17.0
966966 pr-url: https://github.com/nodejs/node/pull/47084
967967 description: Accept an additional ` mode` option to specify
968968 the copy behavior as the ` mode` argument of ` fs .copyFile ()` .
@@ -1214,7 +1214,7 @@ a colon, Node.js will open a file system stream, as described by
12141214<!-- YAML
12151215added: v12.12.0
12161216changes:
1217- - version: REPLACEME
1217+ - version: v18.17.0
12181218 pr-url: https://github.com/nodejs/node/pull/41439
12191219 description: Added `recursive` option.
12201220 - version:
@@ -1265,7 +1265,7 @@ closed after the iterator exits.
12651265<!-- YAML
12661266added: v10.0.0
12671267changes:
1268- - version: REPLACEME
1268+ - version: v18.17.0
12691269 pr-url: https://github.com/nodejs/node/pull/41439
12701270 description: Added `recursive` option.
12711271 - version: v10.11.0
@@ -2285,7 +2285,7 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
22852285<!-- YAML
22862286added: v16.7.0
22872287changes:
2288- - version: REPLACEME
2288+ - version: v18.17.0
22892289 pr-url: https://github.com/nodejs/node/pull/47084
22902290 description: Accept an additional `mode` option to specify
22912291 the copy behavior as the `mode` argument of `fs.copyFile()`.
@@ -3355,7 +3355,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
33553355<!-- YAML
33563356added: v12.12.0
33573357changes:
3358- - version: REPLACEME
3358+ - version: v18.17.0
33593359 pr-url: https://github.com/nodejs/node/pull/41439
33603360 description: Added ` recursive` option.
33613361 - version: v18.0.0
@@ -3493,7 +3493,7 @@ above values.
34933493<!-- YAML
34943494added: v0.1.8
34953495changes:
3496- - version: REPLACEME
3496+ - version: v18.17.0
34973497 pr-url: https://github.com/nodejs/node/pull/41439
34983498 description: Added ` recursive` option.
34993499 - version: v18.0.0
@@ -5155,7 +5155,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
51555155<!-- YAML
51565156added: v16.7 .0
51575157changes:
5158- - version: REPLACEME
5158+ - version: v18. 17 . 0
51595159 pr- url: https: // github.com/nodejs/node/pull/47084
51605160 description: Accept an additional ` mode` option to specify
51615161 the copy behavior as the ` mode` argument of ` fs.copyFile()` .
@@ -5493,7 +5493,7 @@ object with an `encoding` property specifying the character encoding to use.
54935493<!-- YAML
54945494added: v12.12.0
54955495changes:
5496- - version: REPLACEME
5496+ - version: v18.17.0
54975497 pr-url: https://github.com/nodejs/node/pull/41439
54985498 description: Added `recursive` option.
54995499 - version:
@@ -5553,7 +5553,7 @@ this API: [`fs.open()`][].
55535553<!-- YAML
55545554added: v0.1.21
55555555changes:
5556- - version: REPLACEME
5556+ - version: v18.17.0
55575557 pr-url: https://github.com/nodejs/node/pull/41439
55585558 description: Added `recursive` option.
55595559 - version: v10.10.0
@@ -6418,7 +6418,7 @@ value is determined by the `options.encoding` passed to [`fs.readdir()`][] or
64186418#### `dirent.path`
64196419
64206420<!-- YAML
6421- added: REPLACEME
6421+ added: v18.17.0
64226422-->
64236423
64246424* {string}
0 commit comments