Skip to content

Commit 464dfc1

Browse files
committed
more style fixes
1 parent 67b21ab commit 464dfc1

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

doc/api/fs.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6777,39 +6777,6 @@ added:
67776777
67786778
The base path that this {fs.Dirent} object refers to.
67796779
6780-
### Class: `fs.FilterOutput`
6781-
6782-
A {fs.FilterOutput} object provides identifiers for file system artifacts. This
6783-
object is passed into the function provided to option `recursiveFilter` of
6784-
[`fsPromises.readdir()`][], [`fs.readdir()`][], and [`fs.readdirSync()`][] when
6785-
option `recursive` is assigned `true`.
6786-
6787-
```console
6788-
FilterOutput {
6789-
depth: 2,
6790-
itemName: 'fileName.ts',
6791-
itemPath: '/users/userAccount/notes/fileName.ts',
6792-
parentName: 'notes',
6793-
parentPath: '/users/userAccount/notes'
6794-
}
6795-
```
6796-
6797-
#### `filterOutput.depth`
6798-
* {integer} The number of steps away from the base file system location passed
6799-
into `readdir`.
6800-
6801-
#### `filterOutput.itemName`
6802-
* {string} The name of the given file system artifact.
6803-
6804-
#### `filterOutput.itemPath`
6805-
* {string} The absolute path of the given file system artifact.
6806-
6807-
#### `filterOutput.parentName`
6808-
* {string} The name of the containing directory.
6809-
6810-
#### `filterOutput.parentPath`
6811-
* {string} The absolute path of the containing directory.
6812-
68136780
### Class: `fs.FSWatcher`
68146781
68156782
<!-- YAML

lib/internal/fs/promises.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const {
1111
PromisePrototypeThen,
1212
PromiseResolve,
1313
PromiseReject,
14-
RegExp,
1514
SafeArrayIterator,
1615
SafePromisePrototypeFinally,
1716
Symbol,

0 commit comments

Comments
 (0)