@@ -1923,12 +1923,12 @@ If `options` is a string, then it specifies the encoding.
1923
1923
## ` fs.exists(path, callback) `
1924
1924
<!-- YAML
1925
1925
added: v0.0.2
1926
+ deprecated: v1.0.0
1926
1927
changes:
1927
1928
- version: v7.6.0
1928
1929
pr-url: https://github.com/nodejs/node/pull/10739
1929
1930
description: The `path` parameter can be a WHATWG `URL` object using
1930
1931
`file:` protocol. Support is currently still *experimental*.
1931
- deprecated: v1.0.0
1932
1932
-->
1933
1933
1934
1934
> Stability: 0 - Deprecated: Use [ ` fs.stat() ` ] [ ] or [ ` fs.access() ` ] [ ] instead.
@@ -2158,6 +2158,10 @@ Synchronous fdatasync(2). Returns `undefined`.
2158
2158
<!-- YAML
2159
2159
added: v0.1.95
2160
2160
changes:
2161
+ - version: v10.5.0
2162
+ pr-url: https://github.com/nodejs/node/pull/20220
2163
+ description: Accepts an additional `options` object to specify whether
2164
+ the numeric values returned should be bigint.
2161
2165
- version: v10.0.0
2162
2166
pr-url: https://github.com/nodejs/node/pull/12562
2163
2167
description: The `callback` parameter is no longer optional. Not passing
@@ -2166,10 +2170,6 @@ changes:
2166
2170
pr-url: https://github.com/nodejs/node/pull/7897
2167
2171
description: The `callback` parameter is no longer optional. Not passing
2168
2172
it will emit a deprecation warning with id DEP0013.
2169
- - version: v10.5.0
2170
- pr-url: https://github.com/nodejs/node/pull/20220
2171
- description: Accepts an additional `options` object to specify whether
2172
- the numeric values returned should be bigint.
2173
2173
-->
2174
2174
2175
2175
* ` fd ` {integer}
@@ -2515,6 +2515,10 @@ Synchronous link(2). Returns `undefined`.
2515
2515
<!-- YAML
2516
2516
added: v0.1.30
2517
2517
changes:
2518
+ - version: v10.5.0
2519
+ pr-url: https://github.com/nodejs/node/pull/20220
2520
+ description: Accepts an additional `options` object to specify whether
2521
+ the numeric values returned should be bigint.
2518
2522
- version: v10.0.0
2519
2523
pr-url: https://github.com/nodejs/node/pull/12562
2520
2524
description: The `callback` parameter is no longer optional. Not passing
@@ -2527,10 +2531,6 @@ changes:
2527
2531
pr-url: https://github.com/nodejs/node/pull/7897
2528
2532
description: The `callback` parameter is no longer optional. Not passing
2529
2533
it will emit a deprecation warning with id DEP0013.
2530
- - version: v10.5.0
2531
- pr-url: https://github.com/nodejs/node/pull/20220
2532
- description: Accepts an additional `options` object to specify whether
2533
- the numeric values returned should be bigint.
2534
2534
-->
2535
2535
2536
2536
* ` path ` {string|Buffer|URL}
@@ -2550,14 +2550,14 @@ not the file that it refers to.
2550
2550
<!-- YAML
2551
2551
added: v0.1.30
2552
2552
changes:
2553
- - version: v7.6.0
2554
- pr-url: https://github.com/nodejs/node/pull/10739
2555
- description: The `path` parameter can be a WHATWG `URL` object using `file:`
2556
- protocol. Support is currently still *experimental*.
2557
2553
- version: v10.5.0
2558
2554
pr-url: https://github.com/nodejs/node/pull/20220
2559
2555
description: Accepts an additional `options` object to specify whether
2560
2556
the numeric values returned should be bigint.
2557
+ - version: v7.6.0
2558
+ pr-url: https://github.com/nodejs/node/pull/10739
2559
+ description: The `path` parameter can be a WHATWG `URL` object using `file:`
2560
+ protocol. Support is currently still *experimental*.
2561
2561
-->
2562
2562
2563
2563
* ` path ` {string|Buffer|URL}
@@ -3656,6 +3656,10 @@ utility). Returns `undefined`.
3656
3656
<!-- YAML
3657
3657
added: v0.0.2
3658
3658
changes:
3659
+ - version: v10.5.0
3660
+ pr-url: https://github.com/nodejs/node/pull/20220
3661
+ description: Accepts an additional `options` object to specify whether
3662
+ the numeric values returned should be bigint.
3659
3663
- version: v10.0.0
3660
3664
pr-url: https://github.com/nodejs/node/pull/12562
3661
3665
description: The `callback` parameter is no longer optional. Not passing
@@ -3668,10 +3672,6 @@ changes:
3668
3672
pr-url: https://github.com/nodejs/node/pull/7897
3669
3673
description: The `callback` parameter is no longer optional. Not passing
3670
3674
it will emit a deprecation warning with id DEP0013.
3671
- - version: v10.5.0
3672
- pr-url: https://github.com/nodejs/node/pull/20220
3673
- description: Accepts an additional `options` object to specify whether
3674
- the numeric values returned should be bigint.
3675
3675
-->
3676
3676
3677
3677
* ` path ` {string|Buffer|URL}
@@ -3769,14 +3769,14 @@ Stats {
3769
3769
<!-- YAML
3770
3770
added: v0.1.21
3771
3771
changes:
3772
- - version: v7.6.0
3773
- pr-url: https://github.com/nodejs/node/pull/10739
3774
- description: The `path` parameter can be a WHATWG `URL` object using `file:`
3775
- protocol. Support is currently still *experimental*.
3776
3772
- version: v10.5.0
3777
3773
pr-url: https://github.com/nodejs/node/pull/20220
3778
3774
description: Accepts an additional `options` object to specify whether
3779
3775
the numeric values returned should be bigint.
3776
+ - version: v7.6.0
3777
+ pr-url: https://github.com/nodejs/node/pull/10739
3778
+ description: The `path` parameter can be a WHATWG `URL` object using `file:`
3779
+ protocol. Support is currently still *experimental*.
3780
3780
-->
3781
3781
3782
3782
* ` path ` {string|Buffer|URL}
@@ -3791,15 +3791,15 @@ Synchronous stat(2).
3791
3791
<!-- YAML
3792
3792
added: v0.1.31
3793
3793
changes:
3794
+ - version: v12.0.0
3795
+ pr-url: https://github.com/nodejs/node/pull/23724
3796
+ description: If the `type` argument is left undefined, Node will autodetect
3797
+ `target` type and automatically select `dir` or `file`.
3794
3798
- version: v7.6.0
3795
3799
pr-url: https://github.com/nodejs/node/pull/10739
3796
3800
description: The `target` and `path` parameters can be WHATWG `URL` objects
3797
3801
using `file:` protocol. Support is currently still
3798
3802
*experimental*.
3799
- - version: v12.0.0
3800
- pr-url: https://github.com/nodejs/node/pull/23724
3801
- description: If the `type` argument is left undefined, Node will autodetect
3802
- `target` type and automatically select `dir` or `file`.
3803
3803
-->
3804
3804
3805
3805
* ` target ` {string|Buffer|URL}
@@ -3839,15 +3839,15 @@ example/
3839
3839
<!-- YAML
3840
3840
added: v0.1.31
3841
3841
changes:
3842
+ - version: v12.0.0
3843
+ pr-url: https://github.com/nodejs/node/pull/23724
3844
+ description: If the `type` argument is left undefined, Node will autodetect
3845
+ `target` type and automatically select `dir` or `file`.
3842
3846
- version: v7.6.0
3843
3847
pr-url: https://github.com/nodejs/node/pull/10739
3844
3848
description: The `target` and `path` parameters can be WHATWG `URL` objects
3845
3849
using `file:` protocol. Support is currently still
3846
3850
*experimental*.
3847
- - version: v12.0.0
3848
- pr-url: https://github.com/nodejs/node/pull/23724
3849
- description: If the `type` argument is left undefined, Node will autodetect
3850
- `target` type and automatically select `dir` or `file`.
3851
3851
-->
3852
3852
3853
3853
* ` target ` {string|Buffer|URL}
0 commit comments