Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dwatch.ts191 const headerPadding = Math.max(numberLength(maxErrors) - leftColumnHeadingLength, 0); constant
194 tabularData += " ".repeat(headerPadding) + headerRow + "\n";
/third_party/typescript/lib/
DtypingsInstaller.js128170 var headerPadding = Math.max(numberLength(maxErrors) - leftColumnHeadingLength, 0);
128172 tabularData += " ".repeat(headerPadding) + headerRow + "\n";
Dtsc.js106535 var headerPadding = Math.max(numberLength(maxErrors) - leftColumnHeadingLength, 0);
106537 tabularData += " ".repeat(headerPadding) + headerRow + "\n";