Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/tsconfig/
H A DmatchTsConfigPathAlias.ts97 function matchedText(pattern: Pattern, candidate: string): string { function
102 return typeof matchedPattern === 'string' ? undefined : matchedText(matchedPattern, moduleName);