@@ -966,7 +966,7 @@ try {
966
966
<!-- YAML
967
967
added: v16.7.0
968
968
changes:
969
- - version: REPLACEME
969
+ - version: v20.1.0
970
970
pr-url: https://github.com/nodejs/node/pull/47084
971
971
description: Accept an additional ` mode` option to specify
972
972
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
1220
1220
<!-- YAML
1221
1221
added: v12.12.0
1222
1222
changes:
1223
- - version: REPLACEME
1223
+ - version: v20.1.0
1224
1224
pr-url: https://github.com/nodejs/node/pull/41439
1225
1225
description: Added `recursive` option.
1226
1226
- version:
@@ -1271,7 +1271,7 @@ closed after the iterator exits.
1271
1271
<!-- YAML
1272
1272
added: v10.0.0
1273
1273
changes:
1274
- - version: REPLACEME
1274
+ - version: v20.1.0
1275
1275
pr-url: https://github.com/nodejs/node/pull/41439
1276
1276
description: Added `recursive` option.
1277
1277
- version: v10.11.0
@@ -2301,7 +2301,7 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
2301
2301
<!-- YAML
2302
2302
added: v16.7.0
2303
2303
changes:
2304
- - version: REPLACEME
2304
+ - version: v20.1.0
2305
2305
pr-url: https://github.com/nodejs/node/pull/47084
2306
2306
description: Accept an additional `mode` option to specify
2307
2307
the copy behavior as the `mode` argument of `fs.copyFile()`.
@@ -3410,7 +3410,7 @@ const { openAsBlob } = require('node:fs');
3410
3410
<!-- YAML
3411
3411
added: v12.12.0
3412
3412
changes:
3413
- - version: REPLACEME
3413
+ - version: v20.1.0
3414
3414
pr-url: https://github.com/nodejs/node/pull/41439
3415
3415
description: Added ` recursive` option.
3416
3416
- version: v18.0.0
@@ -3550,7 +3550,7 @@ above values.
3550
3550
<!-- YAML
3551
3551
added: v0.1.8
3552
3552
changes:
3553
- - version: REPLACEME
3553
+ - version: v20.1.0
3554
3554
pr-url: https://github.com/nodejs/node/pull/41439
3555
3555
description: Added ` recursive` option.
3556
3556
- version: v18.0.0
@@ -5222,7 +5222,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
5222
5222
<!-- YAML
5223
5223
added: v16.7 .0
5224
5224
changes:
5225
- - version: REPLACEME
5225
+ - version: v20. 1 . 0
5226
5226
pr- url: https: // github.com/nodejs/node/pull/47084
5227
5227
description: Accept an additional ` mode` option to specify
5228
5228
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.
5562
5562
<!-- YAML
5563
5563
added: v12.12.0
5564
5564
changes:
5565
- - version: REPLACEME
5565
+ - version: v20.1.0
5566
5566
pr-url: https://github.com/nodejs/node/pull/41439
5567
5567
description: Added `recursive` option.
5568
5568
- version:
@@ -5622,7 +5622,7 @@ this API: [`fs.open()`][].
5622
5622
<!-- YAML
5623
5623
added: v0.1.21
5624
5624
changes:
5625
- - version: REPLACEME
5625
+ - version: v20.1.0
5626
5626
pr-url: https://github.com/nodejs/node/pull/41439
5627
5627
description: Added `recursive` option.
5628
5628
- version: v10.10.0
@@ -6495,7 +6495,7 @@ value is determined by the `options.encoding` passed to [`fs.readdir()`][] or
6495
6495
#### `dirent.path`
6496
6496
6497
6497
<!-- YAML
6498
- added: REPLACEME
6498
+ added: v20.1.0
6499
6499
-->
6500
6500
6501
6501
* {string}
0 commit comments