Searched refs:examplesLength (Results 1 – 2 of 2) sorted by relevance
97 const examplesLength = getDiagnosticText(Diagnostics.Examples_Colon_0, "").length; constant98 let marginLength = Math.max(syntaxLength, examplesLength);109 …gnosticText(Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.…
94883 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.…