Home
last modified time | relevance | path

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

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts97 const examplesLength = getDiagnosticText(Diagnostics.Examples_Colon_0, "").length; constant
98 let marginLength = Math.max(syntaxLength, examplesLength);
109 …gnosticText(Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.…
/third_party/typescript/lib/
Dtsc.js94883 var examplesLength = ts.getDiagnosticText(ts.Diagnostics.Examples_Colon_0, "").length;
94884 var marginLength = Math.max(syntaxLength, examplesLength);
94890 …sticText(ts.Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.…