Searched refs:calculateIndent (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4812 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 4832 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 4880 function calculateIndent(text: string, pos: number, end: number) { function
|
/third_party/typescript/lib/ |
D | tsc.js | 13798 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 13801 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 13837 function calculateIndent(text, pos, end) { function
|
D | typingsInstaller.js | 17654 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 17672 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 17715 function calculateIndent(text, pos, end) { function
|
D | tsserverlibrary.js | 17859 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 17877 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 17920 function calculateIndent(text, pos, end) { function
|
D | typescript.js | 17859 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 17877 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 17920 function calculateIndent(text, pos, end) { function
|
D | tsserver.js | 17665 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 17683 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 17726 function calculateIndent(text, pos, end) { function
|
D | typescriptServices.js | 17859 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment… 17877 …spacesToEmit = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, ne… 17920 function calculateIndent(text, pos, end) { function
|