Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts890 const tsSources = otherFiles.concat(toBeCompiled); constant
891 if (tsSources.length > 1) {
894 for (let i = 0; i < tsSources.length; i++) {
895 tsCode += "//// [" + ts.getBaseFileName(tsSources[i].unitName) + "]\r\n";
896 tsCode += tsSources[i].content + (i < (tsSources.length - 1) ? "\r\n" : "");