Searched defs:computeLineStarts (Results 1 – 4 of 4) sorted by relevance
366 export function computeLineStarts(text: string): number[] { function
5640 …const lineMap = comment.kind === SyntaxKind.MultiLineCommentTrivia ? computeLineStarts(text) : und… constant
10381 function computeLineStarts(text) { function
7462 function computeLineStarts(text) { function