Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts4799 let firstCommentLineIndent: number | undefined;
4807 if (firstCommentLineIndent === undefined) {
4808firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
4828 …const spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, p… constant
/third_party/typescript/lib/
DtypingsInstaller.js19047 var firstCommentLineIndent = void 0;
19054 if (firstCommentLineIndent === undefined) {
19055firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
19073 …var spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos…
Dtsc.js14982 var firstCommentLineIndent = void 0;
14988 if (firstCommentLineIndent === undefined) {
14989firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
14992 …var spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos…