Home
last modified time | relevance | path

Searched refs:fromTestFile (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DdocumentsUtil.ts23 public static fromTestFile(file: Harness.Compiler.TestFile) { method in documents.TextDocument
DharnessIO.ts432 const docs = inputFiles.concat(otherFiles).map(documents.TextDocument.fromTestFile);
DfourslashImpl.ts1828 const fromTestFile = this.getFileContent(name); constant
1829 if (fromTestFile !== text) {
1830 …this.raiseError(`Emit output for ${name} is not as expected: ${showTextDiff(fromTestFile, text)}`);