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