Searched refs:tsSources (Results 1 – 1 of 1) sorted by relevance
890 const tsSources = otherFiles.concat(toBeCompiled); constant891 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" : "");