Home
last modified time | relevance | path

Searched refs:minimatchObj (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/fingerprint/src/utils/
H A DPath.ts16 for (const minimatchObj of minimatchObjs) { constant
17 const currMatch = minimatchObj.match(filePath);
18 if (minimatchObj.negate && result && !currMatch) {
/expo/packages/@expo/fingerprint/build/utils/
H A DPath.js14 for (const minimatchObj of minimatchObjs) {
15 const currMatch = minimatchObj.match(filePath);
16 if (minimatchObj.negate && result && !currMatch) {