| /third_party/typescript/src/server/ |
| D | scriptInfo.ts | 26 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
|
| D | scriptVersionCache.ts | 542 const lineMap = computeLineStarts(text); constant
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | versionCache.ts | 96 let lineMap: number[]; variable 206 let lineMap: number[]; variable
|
| D | textStorage.ts | 27 const lineMap = computeLineStarts(f.content); constant
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | customTransforms.ts | 115 const lineMap = computeLineStarts(text); constant
|
| /third_party/typescript/src/harness/ |
| D | client.ts | 538 const lineMap = this.getLineMap(file); constant 557 const lineMap = this.getLineMap(file); constant
|
| D | harnessLanguageService.ts | 18 private lineMap: number[] | undefined; property in Harness.LanguageService.ScriptInfo
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource11.ts | 1104 constructor (public filename: string, public lineMap: number[], public unitIndex) { } property in LocationInfo
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 5640 …const lineMap = comment.kind === SyntaxKind.MultiLineCommentTrivia ? computeLineStarts(text) : und… constant
|
| D | types.ts | 7526 /* @internal */ lineMap: readonly number[]; property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource11.js | 3438 function LocationInfo(filename, lineMap, unitIndex) { argument
|
| /third_party/typescript/lib/ |
| D | tsc.js | 14793 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
|
| D | typingsInstaller.js | 18825 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
|