Home
last modified time | relevance | path

Searched refs:indentationStr (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DjsDoc.ts278 const indentationStr = getIndentationStringAtPosition(sourceFile, position); constant
281 …(parameters ? parameterDocComments(parameters || [], isJavaScriptFile, indentationStr, newLine) : …
282 (hasReturn ? returnsDocComment(indentationStr, newLine) : "");
295 const preamble = openComment + newLine + indentationStr + " * ";
296 const endLine = tokenStart === position ? newLine + indentationStr : "";
297 const result = preamble + newLine + tags + indentationStr + closeComment + endLine;
311 …ameters: readonly ParameterDeclaration[], isJavaScriptFile: boolean, indentationStr: string, newLi…
315 return `${indentationStr} * @param ${type}${paramName}${newLine}`;
319 function returnsDocComment(indentationStr: string, newLine: string) {
320 return `${indentationStr} * @returns${newLine}`;
/third_party/typescript/lib/
Dtsserverlibrary.js127454 var indentationStr = getIndentationStringAtPosition(sourceFile, position);
127456 …arameters ? parameterDocComments(parameters || [], isJavaScriptFile, indentationStr, newLine) : ""…
127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : "");
127469 var preamble = openComment + newLine + indentationStr + " * ";
127470 var endLine = tokenStart === position ? newLine + indentationStr : "";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127485 function parameterDocComments(parameters, isJavaScriptFile, indentationStr, newLine) { argument
127490 return indentationStr + " * @param " + type + paramName + newLine;
127493 function returnsDocComment(indentationStr, newLine) { argument
127494 return indentationStr + " * @returns" + newLine;
Dtypescript.js127454 var indentationStr = getIndentationStringAtPosition(sourceFile, position);
127456 …arameters ? parameterDocComments(parameters || [], isJavaScriptFile, indentationStr, newLine) : ""…
127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : "");
127469 var preamble = openComment + newLine + indentationStr + " * ";
127470 var endLine = tokenStart === position ? newLine + indentationStr : "";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127485 function parameterDocComments(parameters, isJavaScriptFile, indentationStr, newLine) { argument
127490 return indentationStr + " * @param " + type + paramName + newLine;
127493 function returnsDocComment(indentationStr, newLine) { argument
127494 return indentationStr + " * @returns" + newLine;
Dtsserver.js126885 var indentationStr = getIndentationStringAtPosition(sourceFile, position);
126887 …arameters ? parameterDocComments(parameters || [], isJavaScriptFile, indentationStr, newLine) : ""…
126888 (hasReturn ? returnsDocComment(indentationStr, newLine) : "");
126900 var preamble = openComment + newLine + indentationStr + " * ";
126901 var endLine = tokenStart === position ? newLine + indentationStr : "";
126902 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
126916 function parameterDocComments(parameters, isJavaScriptFile, indentationStr, newLine) { argument
126921 return indentationStr + " * @param " + type + paramName + newLine;
126924 function returnsDocComment(indentationStr, newLine) { argument
126925 return indentationStr + " * @returns" + newLine;
DtypescriptServices.js127454 var indentationStr = getIndentationStringAtPosition(sourceFile, position);
127456 …arameters ? parameterDocComments(parameters || [], isJavaScriptFile, indentationStr, newLine) : ""…
127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : "");
127469 var preamble = openComment + newLine + indentationStr + " * ";
127470 var endLine = tokenStart === position ? newLine + indentationStr : "";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127485 function parameterDocComments(parameters, isJavaScriptFile, indentationStr, newLine) { argument
127490 return indentationStr + " * @param " + type + paramName + newLine;
127493 function returnsDocComment(indentationStr, newLine) { argument
127494 return indentationStr + " * @returns" + newLine;