Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
Dutil.ts6 …export function removeTestPathPrefixes(text: string, retainTrailingDirectorySeparator?: boolean): … function
22 return text && removeTestPathPrefixes(replaceTypesVersionsMessage(text, "3.1.0-dev"));
DharnessIO.ts583 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/
DprojectsRunner.ts214 …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…
DcompilerRunner.ts282 const record = Utils.removeTestPathPrefixes(this.result.getSourceMapRecord()!);