Searched refs:removeTestPathPrefixes (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/harness/ |
D | util.ts | 6 …export function removeTestPathPrefixes(text: string, retainTrailingDirectorySeparator?: boolean): … function 22 return text && removeTestPathPrefixes(replaceTypesVersionsMessage(text, "3.1.0-dev"));
|
D | harnessIO.ts | 577 const errLines = Utils.removeTestPathPrefixes(message) 600 …yield [diagnosticSummaryMarker, Utils.removeTestPathPrefixes(minimalDiagnosticsToString(diagnostic… 615 …return !!errFn && ts.comparePaths(Utils.removeTestPathPrefixes(errFn.fileName), Utils.removeTestPa… 832 … yield [checkDuplicatedFileName(unitName, dupeCase), Utils.removeTestPathPrefixes(typeLines)]; 937 …const fileName = harnessSettings.fullEmitPaths ? Utils.removeTestPathPrefixes(file.file) : ts.getB… 938 return "//// [" + fileName + "]\r\n" + Utils.removeTestPathPrefixes(file.text);
|
/third_party/typescript/src/testRunner/ |
D | projectsRunner.ts | 210 …path.beneath(vfs.testLibFolder, input, this.vfs.ignoreCase) ? Utils.removeTestPathPrefixes(input) : 216 ….map(output => Utils.removeTestPathPrefixes(vpath.isAbsolute(output) ? vpath.relative(cwd, output,… 249 …const content = Utils.removeTestPathPrefixes(output.text, /*retainTrailingDirectorySeparator*/ tru…
|
D | compilerRunner.ts | 273 const record = Utils.removeTestPathPrefixes(this.result.getSourceMapRecord()!);
|