Home
last modified time | relevance | path

Searched defs:lineMap (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/server/
DscriptInfo.ts26 private lineMap: number[] | undefined; property in ts.server.TextStorage
178 const lineMap = this.getLineMap(); constant
180 const end = line + 1 < lineMap.length ? lineMap[line + 1] : this.text!.length; constant
268 const lineMap = this.getLineMap(); constant
DscriptVersionCache.ts542 const lineMap = computeLineStarts(text); constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DversionCache.ts96 let lineMap: number[]; variable
206 let lineMap: number[]; variable
DtextStorage.ts27 const lineMap = computeLineStarts(f.content); constant
/third_party/typescript/src/testRunner/unittests/
DcustomTransforms.ts115 const lineMap = computeLineStarts(text); constant
/third_party/typescript/src/harness/
Dclient.ts538 const lineMap = this.getLineMap(file); constant
557 const lineMap = this.getLineMap(file); constant
DharnessLanguageService.ts18 private lineMap: number[] | undefined; property in Harness.LanguageService.ScriptInfo
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1104 constructor (public filename: string, public lineMap: number[], public unitIndex) { } property in LocationInfo
/third_party/typescript/src/compiler/
Demitter.ts5640 …const lineMap = comment.kind === SyntaxKind.MultiLineCommentTrivia ? computeLineStarts(text) : und… constant
Dtypes.ts7526 /* @internal */ lineMap: readonly number[]; property
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3438 function LocationInfo(filename, lineMap, unitIndex) { argument
/third_party/typescript/lib/
Dtsc.js14793 function getLineOfLocalPositionFromLineMap(lineMap, pos) { argument
14923 function emitNewLineBeforeLeadingComments(lineMap, writer, node, leadingComments) { argument
14927 function emitNewLineBeforeLeadingCommentsOfPosition(lineMap, writer, pos, leadingComments) { argument
14934 function emitNewLineBeforeLeadingCommentOfPosition(lineMap, writer, pos, commentPos) { argument
14941 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… argument
14967 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
15009 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
99666 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
DtypingsInstaller.js18825 function getLineOfLocalPositionFromLineMap(lineMap, pos) { argument
18972 function emitNewLineBeforeLeadingComments(lineMap, writer, node, leadingComments) { argument
18976 function emitNewLineBeforeLeadingCommentsOfPosition(lineMap, writer, pos, leadingComments) { argument
18984 function emitNewLineBeforeLeadingCommentOfPosition(lineMap, writer, pos, commentPos) { argument
18992 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… argument
19022 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
19077 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
120201 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument