Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts346 const allInputFiles: documents.TextDocument[] = []; constant
351allInputFiles.unshift(new documents.TextDocument(sourceFile.fileName, sourceFile.text));
369 allInputFiles.unshift(file);
376 if (!ts.contains(allInputFiles, outputDtsFile)) {
377 allInputFiles.unshift(outputDtsFile);
384 documents: allInputFiles,