Searched refs:tsSources (Results 1 – 1 of 1) sorted by relevance
889 const tsSources = otherFiles.concat(toBeCompiled); constant890 if (tsSources.length > 1) {893 for (let i = 0; i < tsSources.length; i++) {894 tsCode += "//// [" + ts.getBaseFileName(tsSources[i].unitName) + "]\r\n";895 tsCode += tsSources[i].content + (i < (tsSources.length - 1) ? "\r\n" : "");