File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -518,8 +518,8 @@ share the previously loaded cache.
518
518
as modified time, permissions, and so on. Note that this will
519
519
incur a performance cost due to the added system calls.
520
520
521
- - ` ignore ` string or string[ ] , or an object with ` ignore ` and
522
- ` ignoreChildren ` methods.
521
+ - ` ignore ` string or string[ ] , or an object with ` ignored ` and
522
+ ` childrenIgnored ` methods.
523
523
524
524
If a string or string[ ] is provided, then this is treated as a
525
525
glob pattern or array of glob patterns to exclude from matches.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export interface GlobOptions {
101
101
follow ?: boolean
102
102
103
103
/**
104
- * string or string[], or an object with `ignore ` and `ignoreChildren `
104
+ * string or string[], or an object with `ignored ` and `childrenIgnored `
105
105
* methods.
106
106
*
107
107
* If a string or string[] is provided, then this is treated as a glob
You can’t perform that action at this time.
0 commit comments