File tree 2 files changed +0
-34
lines changed
2 files changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -6777,39 +6777,6 @@ added:
6777
6777
6778
6778
The base path that this {fs.Dirent} object refers to.
6779
6779
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
-
6813
6780
### Class: ` fs .FSWatcher `
6814
6781
6815
6782
<!-- YAML
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ const {
11
11
PromisePrototypeThen,
12
12
PromiseResolve,
13
13
PromiseReject,
14
- RegExp,
15
14
SafeArrayIterator,
16
15
SafePromisePrototypeFinally,
17
16
Symbol,
You can’t perform that action at this time.
0 commit comments