@@ -1758,6 +1758,10 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
1758
1758
<!-- YAML
1759
1759
added: v0.1.31
1760
1760
changes:
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.
1761
1765
- version: v12.10.0
1762
1766
pr-url: https://github.com./nodejs/node/pull/29212
1763
1767
description: Enable `emitClose` option.
@@ -1776,10 +1780,6 @@ changes:
1776
1780
- version: v2.3.0
1777
1781
pr-url: https://github.com./nodejs/node/pull/1845
1778
1782
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.
1783
1783
-->
1784
1784
1785
1785
* ` path ` {string|Buffer|URL}
@@ -1863,6 +1863,10 @@ If `options` is a string, then it specifies the encoding.
1863
1863
<!-- YAML
1864
1864
added: v0.1.31
1865
1865
changes:
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.
1866
1870
- version: v12.10.0
1867
1871
pr-url: https://github.com./nodejs/node/pull/29212
1868
1872
description: Enable `emitClose` option.
@@ -1879,10 +1883,6 @@ changes:
1879
1883
- version: v2.3.0
1880
1884
pr-url: https://github.com./nodejs/node/pull/1845
1881
1885
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.
1886
1886
-->
1887
1887
1888
1888
* ` path ` {string|Buffer|URL}
@@ -2553,10 +2553,6 @@ not the file that it refers to.
2553
2553
<!-- YAML
2554
2554
added: v0.1.30
2555
2555
changes:
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.
2560
2556
- version: v10.5.0
2561
2557
pr-url: https://github.com./nodejs/node/pull/20220
2562
2558
description: Accepts an additional `options` object to specify whether
@@ -3810,10 +3806,6 @@ Stats {
3810
3806
<!-- YAML
3811
3807
added: v0.1.21
3812
3808
changes:
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.
3817
3809
- version: v10.5.0
3818
3810
pr-url: https://github.com./nodejs/node/pull/20220
3819
3811
description: Accepts an additional `options` object to specify whether
0 commit comments