Skip to content

doc: add deprecation mark to some documents in fs module #57384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,8 @@ const { glob } = require('node:fs/promises');
deprecated: v10.0.0
-->

> Stability: 0 - Deprecated

* `path` {string|Buffer|URL}
* `mode` {integer}
* Returns: {Promise} Fulfills with `undefined` upon success.
Expand Down Expand Up @@ -3199,6 +3201,8 @@ changes:
it will emit a deprecation warning with id DEP0013.
-->

> Stability: 0 - Deprecated

* `path` {string|Buffer|URL}
* `mode` {integer}
* `callback` {Function}
Expand Down Expand Up @@ -5718,6 +5722,8 @@ console.log(globSync('**/*.js'));
deprecated: v0.4.7
-->

> Stability: 0 - Deprecated

* `path` {string|Buffer|URL}
* `mode` {integer}

Expand Down
Loading