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.ts5588 …const lineMap = comment.kind === SyntaxKind.MultiLineCommentTrivia ? computeLineStarts(text) : und… constant
Dtypes.ts7490 /* @internal */ lineMap: readonly number[]; property
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3438 function LocationInfo(filename, lineMap, unitIndex) { argument
/third_party/typescript/lib/
DtypingsInstaller.js18791 function getLineOfLocalPositionFromLineMap(lineMap, pos) { argument
18938 function emitNewLineBeforeLeadingComments(lineMap, writer, node, leadingComments) { argument
18942 function emitNewLineBeforeLeadingCommentsOfPosition(lineMap, writer, pos, leadingComments) { argument
18950 function emitNewLineBeforeLeadingCommentOfPosition(lineMap, writer, pos, commentPos) { argument
18958 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… argument
18988 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
19043 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
119901 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
Dtsc.js14762 function getLineOfLocalPositionFromLineMap(lineMap, pos) { argument
14892 function emitNewLineBeforeLeadingComments(lineMap, writer, node, leadingComments) { argument
14896 function emitNewLineBeforeLeadingCommentsOfPosition(lineMap, writer, pos, leadingComments) { argument
14903 function emitNewLineBeforeLeadingCommentOfPosition(lineMap, writer, pos, commentPos) { argument
14910 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… argument
14936 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
14978 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
99390 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument