Home
last modified time | relevance | path

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

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts132 let usageText = " ";
134 usageText += "-" + option.shortName;
135 usageText += getParamType(option);
136 usageText += ", ";
139 usageText += "--" + option.name;
140 usageText += getParamType(option);
142 usageColumn.push(usageText);
158 marginLength = Math.max(usageText.length, marginLength);
162 const usageText = " @<" + getDiagnosticText(Diagnostics.file) + ">"; constant
163 usageColumn.push(usageText);
[all …]
/third_party/typescript/lib/
Dtsc.js94927 var usageText = " @<" + ts.getDiagnosticText(ts.Diagnostics.file) + ">";
94928 usageColumn.push(usageText);
94930 marginLength = Math.max(usageText.length, marginLength);