@@ -1758,6 +1758,10 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
17581758<!-- YAML
17591759added: v0.1.31
17601760changes:
1761+ - version: v13.6.0
1762+ pr-url: https://github.com/nodejs/node/pull/29083
1763+ description: The `fs` options allow overriding the used `fs`
1764+ implementation.
17611765 - version: v12.10.0
17621766 pr-url: https://github.com/nodejs/node/pull/29212
17631767 description: Enable `emitClose` option.
@@ -1776,10 +1780,6 @@ changes:
17761780 - version: v2.3.0
17771781 pr-url: https://github.com/nodejs/node/pull/1845
17781782 description: The passed `options` object can be a string now.
1779- - version: v13.6.0
1780- pr-url: https://github.com/nodejs/node/pull/29083
1781- description: The `fs` options allow overriding the used `fs`
1782- implementation.
17831783-->
17841784
17851785* ` path ` {string|Buffer|URL}
@@ -1863,6 +1863,10 @@ If `options` is a string, then it specifies the encoding.
18631863<!-- YAML
18641864added: v0.1.31
18651865changes:
1866+ - version: v13.6.0
1867+ pr-url: https://github.com/nodejs/node/pull/29083
1868+ description: The `fs` options allow overriding the used `fs`
1869+ implementation.
18661870 - version: v12.10.0
18671871 pr-url: https://github.com/nodejs/node/pull/29212
18681872 description: Enable `emitClose` option.
@@ -1879,10 +1883,6 @@ changes:
18791883 - version: v2.3.0
18801884 pr-url: https://github.com/nodejs/node/pull/1845
18811885 description: The passed `options` object can be a string now.
1882- - version: v13.6.0
1883- pr-url: https://github.com/nodejs/node/pull/29083
1884- description: The `fs` options allow overriding the used `fs`
1885- implementation.
18861886-->
18871887
18881888* ` path ` {string|Buffer|URL}
@@ -2553,10 +2553,6 @@ not the file that it refers to.
25532553<!-- YAML
25542554added: v0.1.30
25552555changes:
2556- - version: REPLACEME
2557- pr-url: https://github.com/nodejs/node/pull/33716
2558- description: Accepts a `throwIfNoEntry` option to specify whether
2559- an exception should be thrown if the entry does not exist.
25602556 - version: v10.5.0
25612557 pr-url: https://github.com/nodejs/node/pull/20220
25622558 description: Accepts an additional `options` object to specify whether
@@ -3810,10 +3806,6 @@ Stats {
38103806<!-- YAML
38113807added: v0.1.21
38123808changes:
3813- - version: REPLACEME
3814- pr-url: https://github.com/nodejs/node/pull/33716
3815- description: Accepts a `throwIfNoEntry` option to specify whether
3816- an exception should be thrown if the entry does not exist.
38173809 - version: v10.5.0
38183810 pr-url: https://github.com/nodejs/node/pull/20220
38193811 description: Accepts an additional `options` object to specify whether
0 commit comments