@@ -449,7 +449,7 @@ number of bytes read is zero.
449
449
<!-- YAML
450
450
added: v17.0.0
451
451
changes:
452
- - version: REPLACEME
452
+ - version: v18.17.0
453
453
pr-url: https://github.com/nodejs/node/pull/46933
454
454
description: Added option to create a 'bytes' stream.
455
455
-->
@@ -962,7 +962,7 @@ try {
962
962
<!-- YAML
963
963
added: v16.7.0
964
964
changes:
965
- - version: REPLACEME
965
+ - version: v18.17.0
966
966
pr-url: https://github.com/nodejs/node/pull/47084
967
967
description: Accept an additional ` mode` option to specify
968
968
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
1214
1214
<!-- YAML
1215
1215
added: v12.12.0
1216
1216
changes:
1217
- - version: REPLACEME
1217
+ - version: v18.17.0
1218
1218
pr-url: https://github.com/nodejs/node/pull/41439
1219
1219
description: Added `recursive` option.
1220
1220
- version:
@@ -1265,7 +1265,7 @@ closed after the iterator exits.
1265
1265
<!-- YAML
1266
1266
added: v10.0.0
1267
1267
changes:
1268
- - version: REPLACEME
1268
+ - version: v18.17.0
1269
1269
pr-url: https://github.com/nodejs/node/pull/41439
1270
1270
description: Added `recursive` option.
1271
1271
- version: v10.11.0
@@ -2285,7 +2285,7 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
2285
2285
<!-- YAML
2286
2286
added: v16.7.0
2287
2287
changes:
2288
- - version: REPLACEME
2288
+ - version: v18.17.0
2289
2289
pr-url: https://github.com/nodejs/node/pull/47084
2290
2290
description: Accept an additional `mode` option to specify
2291
2291
the copy behavior as the `mode` argument of `fs.copyFile()`.
@@ -3355,7 +3355,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
3355
3355
<!-- YAML
3356
3356
added: v12.12.0
3357
3357
changes:
3358
- - version: REPLACEME
3358
+ - version: v18.17.0
3359
3359
pr-url: https://github.com/nodejs/node/pull/41439
3360
3360
description: Added ` recursive` option.
3361
3361
- version: v18.0.0
@@ -3493,7 +3493,7 @@ above values.
3493
3493
<!-- YAML
3494
3494
added: v0.1.8
3495
3495
changes:
3496
- - version: REPLACEME
3496
+ - version: v18.17.0
3497
3497
pr-url: https://github.com/nodejs/node/pull/41439
3498
3498
description: Added ` recursive` option.
3499
3499
- version: v18.0.0
@@ -5155,7 +5155,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
5155
5155
<!-- YAML
5156
5156
added: v16.7 .0
5157
5157
changes:
5158
- - version: REPLACEME
5158
+ - version: v18. 17 . 0
5159
5159
pr- url: https: // github.com/nodejs/node/pull/47084
5160
5160
description: Accept an additional ` mode` option to specify
5161
5161
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.
5493
5493
<!-- YAML
5494
5494
added: v12.12.0
5495
5495
changes:
5496
- - version: REPLACEME
5496
+ - version: v18.17.0
5497
5497
pr-url: https://github.com/nodejs/node/pull/41439
5498
5498
description: Added `recursive` option.
5499
5499
- version:
@@ -5553,7 +5553,7 @@ this API: [`fs.open()`][].
5553
5553
<!-- YAML
5554
5554
added: v0.1.21
5555
5555
changes:
5556
- - version: REPLACEME
5556
+ - version: v18.17.0
5557
5557
pr-url: https://github.com/nodejs/node/pull/41439
5558
5558
description: Added `recursive` option.
5559
5559
- version: v10.10.0
@@ -6418,7 +6418,7 @@ value is determined by the `options.encoding` passed to [`fs.readdir()`][] or
6418
6418
#### `dirent.path`
6419
6419
6420
6420
<!-- YAML
6421
- added: REPLACEME
6421
+ added: v18.17.0
6422
6422
-->
6423
6423
6424
6424
* {string}
0 commit comments