Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prettydiff committed Sep 5, 2023
1 parent 67b21ab commit 464dfc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
33 changes: 0 additions & 33 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6777,39 +6777,6 @@ added:
The base path that this {fs.Dirent} object refers to.
### Class: `fs.FilterOutput`
A {fs.FilterOutput} object provides identifiers for file system artifacts. This
object is passed into the function provided to option `recursiveFilter` of
[`fsPromises.readdir()`][], [`fs.readdir()`][], and [`fs.readdirSync()`][] when
option `recursive` is assigned `true`.
```console
FilterOutput {
depth: 2,
itemName: 'fileName.ts',
itemPath: '/users/userAccount/notes/fileName.ts',
parentName: 'notes',
parentPath: '/users/userAccount/notes'
}
```
#### `filterOutput.depth`
* {integer} The number of steps away from the base file system location passed
into `readdir`.
#### `filterOutput.itemName`
* {string} The name of the given file system artifact.
#### `filterOutput.itemPath`
* {string} The absolute path of the given file system artifact.
#### `filterOutput.parentName`
* {string} The name of the containing directory.
#### `filterOutput.parentPath`
* {string} The absolute path of the containing directory.
### Class: `fs.FSWatcher`
<!-- YAML
Expand Down
1 change: 0 additions & 1 deletion lib/internal/fs/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const {
PromisePrototypeThen,
PromiseResolve,
PromiseReject,
RegExp,
SafeArrayIterator,
SafePromisePrototypeFinally,
Symbol,
Expand Down

0 comments on commit 464dfc1

Please sign in to comment.