Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DstringCompletions.ts620 const moduleNameWithSeparator = ensureTrailingDirectorySeparator(fragmentDirectory); constant
621 …leNames.map(nonRelativeModuleName => removePrefix(nonRelativeModuleName, moduleNameWithSeparator));