File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.
518518 as modified time, permissions, and so on. Note that this will
519519 incur a performance cost due to the added system calls.
520520
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.
523523
524524 If a string or string[ ] is provided, then this is treated as a
525525 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 {
101101 follow ?: boolean
102102
103103 /**
104- * string or string[], or an object with `ignore ` and `ignoreChildren `
104+ * string or string[], or an object with `ignored ` and `childrenIgnored `
105105 * methods.
106106 *
107107 * 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