From d55f11b94324f8f27f667ff761a6e9609fd9bd3f Mon Sep 17 00:00:00 2001 From: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:32:11 +0900 Subject: [PATCH] doc: add missing `deprecated` badges in `fs.md` PR-URL: https://github.com/nodejs/node/pull/57384 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca --- doc/api/fs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 82794b9f08e..98eb92b740c 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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. @@ -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} @@ -5718,6 +5722,8 @@ console.log(globSync('**/*.js')); deprecated: v0.4.7 --> +> Stability: 0 - Deprecated + * `path` {string|Buffer|URL} * `mode` {integer}