Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/tsconfig/
H A DmatchTsConfigPathAlias.ts36 function isPatternMatch({ prefix, suffix }: Pattern, candidate: string) { function
60 if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {