Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/tsconfig/
H A DmatchTsConfigPathAlias.ts101 function getStar(matchedPattern: string | Pattern, moduleName: string) {
102 return typeof matchedPattern === 'string' ? undefined : matchedText(matchedPattern, moduleName);
107 const matchedPattern = matchPatternOrExact(pathsKeys, moduleName); constant
108 if (!matchedPattern) {
113 star: getStar(matchedPattern, moduleName),
115 typeof matchedPattern === 'string'
116 ? matchedPattern
117 : `${matchedPattern.prefix}*${matchedPattern.suffix}`,