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 | 583 const errLines = Utils.removeTestPathPrefixes(message) 606 …yield [diagnosticSummaryMarker, Utils.removeTestPathPrefixes(minimalDiagnosticsToString(diagnostic… 621 …return !!errFn && ts.comparePaths(Utils.removeTestPathPrefixes(errFn.fileName), Utils.removeTestPa… 831 … yield [checkDuplicatedFileName(unitName, dupeCase), Utils.removeTestPathPrefixes(typeLines)]; 936 …const fileName = harnessSettings.fullEmitPaths ? Utils.removeTestPathPrefixes(file.file) : ts.getB… 937 return "//// [" + fileName + "]\r\n" + Utils.removeTestPathPrefixes(file.text);
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 214 …path.beneath(vfs.testLibFolder, input, this.vfs.ignoreCase) ? Utils.removeTestPathPrefixes(input) : 220 ….map(output => Utils.removeTestPathPrefixes(vpath.isAbsolute(output) ? vpath.relative(cwd, output,… 253 …const content = Utils.removeTestPathPrefixes(output.text, /*retainTrailingDirectorySeparator*/ tru…
|
| D | compilerRunner.ts | 282 const record = Utils.removeTestPathPrefixes(this.result.getSourceMapRecord()!);
|