@@ -1919,12 +1919,12 @@ If `options` is a string, then it specifies the encoding.
1919
1919
## ` fs.exists(path, callback) `
1920
1920
<!-- YAML
1921
1921
added: v0.0.2
1922
+ deprecated: v1.0.0
1922
1923
changes:
1923
1924
- version: v7.6.0
1924
1925
pr-url: https://github.com/nodejs/node/pull/10739
1925
1926
description: The `path` parameter can be a WHATWG `URL` object using
1926
1927
`file:` protocol. Support is currently still *experimental*.
1927
- deprecated: v1.0.0
1928
1928
-->
1929
1929
1930
1930
> Stability: 0 - Deprecated: Use [ ` fs.stat() ` ] [ ] or [ ` fs.access() ` ] [ ] instead.
@@ -2154,6 +2154,10 @@ Synchronous fdatasync(2). Returns `undefined`.
2154
2154
<!-- YAML
2155
2155
added: v0.1.95
2156
2156
changes:
2157
+ - version: v10.5.0
2158
+ pr-url: https://github.com/nodejs/node/pull/20220
2159
+ description: Accepts an additional `options` object to specify whether
2160
+ the numeric values returned should be bigint.
2157
2161
- version: v10.0.0
2158
2162
pr-url: https://github.com/nodejs/node/pull/12562
2159
2163
description: The `callback` parameter is no longer optional. Not passing
@@ -2162,10 +2166,6 @@ changes:
2162
2166
pr-url: https://github.com/nodejs/node/pull/7897
2163
2167
description: The `callback` parameter is no longer optional. Not passing
2164
2168
it will emit a deprecation warning with id DEP0013.
2165
- - version: v10.5.0
2166
- pr-url: https://github.com/nodejs/node/pull/20220
2167
- description: Accepts an additional `options` object to specify whether
2168
- the numeric values returned should be bigint.
2169
2169
-->
2170
2170
2171
2171
* ` fd ` {integer}
@@ -2507,6 +2507,10 @@ Synchronous link(2). Returns `undefined`.
2507
2507
<!-- YAML
2508
2508
added: v0.1.30
2509
2509
changes:
2510
+ - version: v10.5.0
2511
+ pr-url: https://github.com/nodejs/node/pull/20220
2512
+ description: Accepts an additional `options` object to specify whether
2513
+ the numeric values returned should be bigint.
2510
2514
- version: v10.0.0
2511
2515
pr-url: https://github.com/nodejs/node/pull/12562
2512
2516
description: The `callback` parameter is no longer optional. Not passing
@@ -2519,10 +2523,6 @@ changes:
2519
2523
pr-url: https://github.com/nodejs/node/pull/7897
2520
2524
description: The `callback` parameter is no longer optional. Not passing
2521
2525
it will emit a deprecation warning with id DEP0013.
2522
- - version: v10.5.0
2523
- pr-url: https://github.com/nodejs/node/pull/20220
2524
- description: Accepts an additional `options` object to specify whether
2525
- the numeric values returned should be bigint.
2526
2526
-->
2527
2527
2528
2528
* ` path ` {string|Buffer|URL}
@@ -2542,14 +2542,14 @@ not the file that it refers to.
2542
2542
<!-- YAML
2543
2543
added: v0.1.30
2544
2544
changes:
2545
- - version: v7.6.0
2546
- pr-url: https://github.com/nodejs/node/pull/10739
2547
- description: The `path` parameter can be a WHATWG `URL` object using `file:`
2548
- protocol. Support is currently still *experimental*.
2549
2545
- version: v10.5.0
2550
2546
pr-url: https://github.com/nodejs/node/pull/20220
2551
2547
description: Accepts an additional `options` object to specify whether
2552
2548
the numeric values returned should be bigint.
2549
+ - version: v7.6.0
2550
+ pr-url: https://github.com/nodejs/node/pull/10739
2551
+ description: The `path` parameter can be a WHATWG `URL` object using `file:`
2552
+ protocol. Support is currently still *experimental*.
2553
2553
-->
2554
2554
2555
2555
* ` path ` {string|Buffer|URL}
@@ -3632,6 +3632,10 @@ utility). Returns `undefined`.
3632
3632
<!-- YAML
3633
3633
added: v0.0.2
3634
3634
changes:
3635
+ - version: v10.5.0
3636
+ pr-url: https://github.com/nodejs/node/pull/20220
3637
+ description: Accepts an additional `options` object to specify whether
3638
+ the numeric values returned should be bigint.
3635
3639
- version: v10.0.0
3636
3640
pr-url: https://github.com/nodejs/node/pull/12562
3637
3641
description: The `callback` parameter is no longer optional. Not passing
@@ -3644,10 +3648,6 @@ changes:
3644
3648
pr-url: https://github.com/nodejs/node/pull/7897
3645
3649
description: The `callback` parameter is no longer optional. Not passing
3646
3650
it will emit a deprecation warning with id DEP0013.
3647
- - version: v10.5.0
3648
- pr-url: https://github.com/nodejs/node/pull/20220
3649
- description: Accepts an additional `options` object to specify whether
3650
- the numeric values returned should be bigint.
3651
3651
-->
3652
3652
3653
3653
* ` path ` {string|Buffer|URL}
@@ -3745,14 +3745,14 @@ Stats {
3745
3745
<!-- YAML
3746
3746
added: v0.1.21
3747
3747
changes:
3748
- - version: v7.6.0
3749
- pr-url: https://github.com/nodejs/node/pull/10739
3750
- description: The `path` parameter can be a WHATWG `URL` object using `file:`
3751
- protocol. Support is currently still *experimental*.
3752
3748
- version: v10.5.0
3753
3749
pr-url: https://github.com/nodejs/node/pull/20220
3754
3750
description: Accepts an additional `options` object to specify whether
3755
3751
the numeric values returned should be bigint.
3752
+ - version: v7.6.0
3753
+ pr-url: https://github.com/nodejs/node/pull/10739
3754
+ description: The `path` parameter can be a WHATWG `URL` object using `file:`
3755
+ protocol. Support is currently still *experimental*.
3756
3756
-->
3757
3757
3758
3758
* ` path ` {string|Buffer|URL}
@@ -3767,15 +3767,15 @@ Synchronous stat(2).
3767
3767
<!-- YAML
3768
3768
added: v0.1.31
3769
3769
changes:
3770
+ - version: v12.0.0
3771
+ pr-url: https://github.com/nodejs/node/pull/23724
3772
+ description: If the `type` argument is left undefined, Node will autodetect
3773
+ `target` type and automatically select `dir` or `file`.
3770
3774
- version: v7.6.0
3771
3775
pr-url: https://github.com/nodejs/node/pull/10739
3772
3776
description: The `target` and `path` parameters can be WHATWG `URL` objects
3773
3777
using `file:` protocol. Support is currently still
3774
3778
*experimental*.
3775
- - version: v12.0.0
3776
- pr-url: https://github.com/nodejs/node/pull/23724
3777
- description: If the `type` argument is left undefined, Node will autodetect
3778
- `target` type and automatically select `dir` or `file`.
3779
3779
-->
3780
3780
3781
3781
* ` target ` {string|Buffer|URL}
@@ -3815,15 +3815,15 @@ example/
3815
3815
<!-- YAML
3816
3816
added: v0.1.31
3817
3817
changes:
3818
+ - version: v12.0.0
3819
+ pr-url: https://github.com/nodejs/node/pull/23724
3820
+ description: If the `type` argument is left undefined, Node will autodetect
3821
+ `target` type and automatically select `dir` or `file`.
3818
3822
- version: v7.6.0
3819
3823
pr-url: https://github.com/nodejs/node/pull/10739
3820
3824
description: The `target` and `path` parameters can be WHATWG `URL` objects
3821
3825
using `file:` protocol. Support is currently still
3822
3826
*experimental*.
3823
- - version: v12.0.0
3824
- pr-url: https://github.com/nodejs/node/pull/23724
3825
- description: If the `type` argument is left undefined, Node will autodetect
3826
- `target` type and automatically select `dir` or `file`.
3827
3827
-->
3828
3828
3829
3829
* ` target ` {string|Buffer|URL}
0 commit comments