From ddaddc9c1ffd765eda4c726e6a24740f3b9d9df3 Mon Sep 17 00:00:00 2001 From: Hasegawa-Yukihiro Date: Tue, 11 Mar 2025 08:46:37 +0900 Subject: [PATCH] doc: add missing `deprecated` badges in `fs.md` --- doc/api/fs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 82794b9f08ede5..98eb92b740c299 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}