Home
last modified time | relevance | path

Searched refs:minimatchOptions (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/fingerprint/src/utils/
H A DPath.ts9 minimatchOptions: minimatch.IOptions = { dot: true }
12 (ignorePath) => new minimatch.Minimatch(ignorePath, minimatchOptions)
/expo/packages/@expo/fingerprint/build/utils/
H A DPath.js11 function isIgnoredPath(filePath, ignorePaths, minimatchOptions = { dot: true }) { argument
12 …= ignorePaths.map((ignorePath) => new minimatch_1.default.Minimatch(ignorePath, minimatchOptions));
H A DPath.d.ts5 export declare function isIgnoredPath(filePath: string, ignorePaths: string[], minimatchOptions?: m…