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.ts577 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/
DprojectsRunner.ts210 …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…
DcompilerRunner.ts273 const record = Utils.removeTestPathPrefixes(this.result.getSourceMapRecord()!);