Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca67145

Browse filesBrowse files
y-hsgwaduh95
authored andcommitted
doc: add missing deprecated badges in fs.md
PR-URL: #57384 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c4fdb27 commit ca67145
Copy full SHA for ca67145

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,8 @@ const { glob } = require('node:fs/promises');
11171117
deprecated: v10.0.0
11181118
-->
11191119
1120+
> Stability: 0 - Deprecated
1121+
11201122
* `path` {string|Buffer|URL}
11211123
* `mode` {integer}
11221124
* Returns: {Promise} Fulfills with `undefined` upon success.
@@ -3191,6 +3193,8 @@ changes:
31913193
it will emit a deprecation warning with id DEP0013.
31923194
-->
31933195
3196+
> Stability: 0 - Deprecated
3197+
31943198
* `path` {string|Buffer|URL}
31953199
* `mode` {integer}
31963200
* `callback` {Function}
@@ -5708,6 +5712,8 @@ console.log(globSync('**/*.js'));
57085712
deprecated: v0.4.7
57095713
-->
57105714
5715+
> Stability: 0 - Deprecated
5716+
57115717
* `path` {string|Buffer|URL}
57125718
* `mode` {integer}
57135719

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.