Searched refs:minimatchOptions (Results 1 – 3 of 3) sorted by relevance
9 minimatchOptions: minimatch.IOptions = { dot: true }12 (ignorePath) => new minimatch.Minimatch(ignorePath, minimatchOptions)
11 function isIgnoredPath(filePath, ignorePaths, minimatchOptions = { dot: true }) { argument12 …= ignorePaths.map((ignorePath) => new minimatch_1.default.Minimatch(ignorePath, minimatchOptions));
5 export declare function isIgnoredPath(filePath: string, ignorePaths: string[], minimatchOptions?: m…