Searched refs:firstCommentLineIndent (Results 1 – 3 of 3) sorted by relevance
4799 let firstCommentLineIndent: number | undefined;4807 if (firstCommentLineIndent === undefined) {4808 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…4828 …const spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, p… constant
19047 var firstCommentLineIndent = void 0;19054 if (firstCommentLineIndent === undefined) {19055 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…19073 …var spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos…
14982 var firstCommentLineIndent = void 0;14988 if (firstCommentLineIndent === undefined) {14989 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…14992 …var spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos…