Home
last modified time | relevance | path

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

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts437 const tsIconFirstLine = colors.blueBackground(padLeft("", tsIconLength)); constant
444 header.push(padRight(message, leftAlign) + tsIconFirstLine + sys.newLine);
/third_party/typescript/lib/
Dtsc.js109734 var tsIconFirstLine = colors.blueBackground(ts.padLeft("", tsIconLength));
109739 header.push(ts.padRight(message, leftAlign) + tsIconFirstLine + sys.newLine);