@@ -1919,12 +1919,12 @@ If `options` is a string, then it specifies the encoding.
19191919## ` fs.exists(path, callback) `
19201920<!-- YAML
19211921added: v0.0.2
1922+ deprecated: v1.0.0
19221923changes:
19231924 - version: v7.6.0
19241925 pr-url: https://github.com/nodejs/node/pull/10739
19251926 description: The `path` parameter can be a WHATWG `URL` object using
19261927 `file:` protocol. Support is currently still *experimental*.
1927- deprecated: v1.0.0
19281928-->
19291929
19301930> Stability: 0 - Deprecated: Use [ ` fs.stat() ` ] [ ] or [ ` fs.access() ` ] [ ] instead.
@@ -2154,6 +2154,10 @@ Synchronous fdatasync(2). Returns `undefined`.
21542154<!-- YAML
21552155added: v0.1.95
21562156changes:
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.
21572161 - version: v10.0.0
21582162 pr-url: https://github.com/nodejs/node/pull/12562
21592163 description: The `callback` parameter is no longer optional. Not passing
@@ -2162,10 +2166,6 @@ changes:
21622166 pr-url: https://github.com/nodejs/node/pull/7897
21632167 description: The `callback` parameter is no longer optional. Not passing
21642168 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.
21692169-->
21702170
21712171* ` fd ` {integer}
@@ -2507,6 +2507,10 @@ Synchronous link(2). Returns `undefined`.
25072507<!-- YAML
25082508added: v0.1.30
25092509changes:
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.
25102514 - version: v10.0.0
25112515 pr-url: https://github.com/nodejs/node/pull/12562
25122516 description: The `callback` parameter is no longer optional. Not passing
@@ -2519,10 +2523,6 @@ changes:
25192523 pr-url: https://github.com/nodejs/node/pull/7897
25202524 description: The `callback` parameter is no longer optional. Not passing
25212525 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.
25262526-->
25272527
25282528* ` path ` {string|Buffer|URL}
@@ -2542,14 +2542,14 @@ not the file that it refers to.
25422542<!-- YAML
25432543added: v0.1.30
25442544changes:
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*.
25492545 - version: v10.5.0
25502546 pr-url: https://github.com/nodejs/node/pull/20220
25512547 description: Accepts an additional `options` object to specify whether
25522548 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*.
25532553-->
25542554
25552555* ` path ` {string|Buffer|URL}
@@ -3632,6 +3632,10 @@ utility). Returns `undefined`.
36323632<!-- YAML
36333633added: v0.0.2
36343634changes:
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.
36353639 - version: v10.0.0
36363640 pr-url: https://github.com/nodejs/node/pull/12562
36373641 description: The `callback` parameter is no longer optional. Not passing
@@ -3644,10 +3648,6 @@ changes:
36443648 pr-url: https://github.com/nodejs/node/pull/7897
36453649 description: The `callback` parameter is no longer optional. Not passing
36463650 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.
36513651-->
36523652
36533653* ` path ` {string|Buffer|URL}
@@ -3745,14 +3745,14 @@ Stats {
37453745<!-- YAML
37463746added: v0.1.21
37473747changes:
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*.
37523748 - version: v10.5.0
37533749 pr-url: https://github.com/nodejs/node/pull/20220
37543750 description: Accepts an additional `options` object to specify whether
37553751 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*.
37563756-->
37573757
37583758* ` path ` {string|Buffer|URL}
@@ -3767,15 +3767,15 @@ Synchronous stat(2).
37673767<!-- YAML
37683768added: v0.1.31
37693769changes:
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`.
37703774 - version: v7.6.0
37713775 pr-url: https://github.com/nodejs/node/pull/10739
37723776 description: The `target` and `path` parameters can be WHATWG `URL` objects
37733777 using `file:` protocol. Support is currently still
37743778 *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`.
37793779-->
37803780
37813781* ` target ` {string|Buffer|URL}
@@ -3815,15 +3815,15 @@ example/
38153815<!-- YAML
38163816added: v0.1.31
38173817changes:
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`.
38183822 - version: v7.6.0
38193823 pr-url: https://github.com/nodejs/node/pull/10739
38203824 description: The `target` and `path` parameters can be WHATWG `URL` objects
38213825 using `file:` protocol. Support is currently still
38223826 *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`.
38273827-->
38283828
38293829* ` target ` {string|Buffer|URL}
0 commit comments