Searched refs:firstCommentLineAndCharacter (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 4797 … const firstCommentLineAndCharacter = computeLineAndCharacterOfPosition(lineMap, commentPos); constant 4800 …for (let pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr… 4808 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 19045 … var firstCommentLineAndCharacter = ts.computeLineAndCharacterOfPosition(lineMap, commentPos); 19048 …for (var pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr… 19055 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
|
| D | tsc.js | 14980 … var firstCommentLineAndCharacter = ts.computeLineAndCharacterOfPosition(lineMap, commentPos); 14983 …for (var pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr… 14989 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
|