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}