Home
last modified time | relevance | path

Searched defs:computeLineStarts (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dscanner.ts365 export function computeLineStarts(text: string): number[] { function
Demitter.ts5588 …const lineMap = comment.kind === SyntaxKind.MultiLineCommentTrivia ? computeLineStarts(text) : und… constant
/third_party/typescript/lib/
DtypingsInstaller.js10377 function computeLineStarts(text) { function
Dtsc.js7461 function computeLineStarts(text) { function