Searched refs:matchedText (Results 1 – 1 of 1) sorted by relevance
97 function matchedText(pattern: Pattern, candidate: string): string { function102 return typeof matchedPattern === 'string' ? undefined : matchedText(matchedPattern, moduleName);