Searched refs:fullModulePathWithoutExtension (Results 1 – 7 of 7) sorted by relevance
560 const fullModulePathWithoutExtension = removeFileExtension(path); constant564 …leName(fullModulePathWithoutExtension.substring(parts.fileNameIndex)) === "/index" && !tryGetAnyFi…565 return fullModulePathWithoutExtension.substring(0, parts.fileNameIndex);568 return fullModulePathWithoutExtension;
92290 var fullModulePathWithoutExtension = ts.removeFileExtension(path);92291 …leName(fullModulePathWithoutExtension.substring(parts.fileNameIndex)) === "/index" && !tryGetAnyFi…92292 return fullModulePathWithoutExtension.substring(0, parts.fileNameIndex);92294 return fullModulePathWithoutExtension;
112148 var fullModulePathWithoutExtension = ts.removeFileExtension(path);112151 …leName(fullModulePathWithoutExtension.substring(parts.fileNameIndex)) === "/index" && !tryGetAnyFi…112152 return fullModulePathWithoutExtension.substring(0, parts.fileNameIndex);112154 return fullModulePathWithoutExtension;
112353 var fullModulePathWithoutExtension = ts.removeFileExtension(path);112356 …leName(fullModulePathWithoutExtension.substring(parts.fileNameIndex)) === "/index" && !tryGetAnyFi…112357 return fullModulePathWithoutExtension.substring(0, parts.fileNameIndex);112359 return fullModulePathWithoutExtension;
112159 var fullModulePathWithoutExtension = ts.removeFileExtension(path);112162 …leName(fullModulePathWithoutExtension.substring(parts.fileNameIndex)) === "/index" && !tryGetAnyFi…112163 return fullModulePathWithoutExtension.substring(0, parts.fileNameIndex);112165 return fullModulePathWithoutExtension;