Home
last modified time | relevance | path

Searched refs:startPath (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/server/
DscriptVersionCache.ts42 private readonly startPath: LineCollection[]; property in ts.server.EditWalker
54 this.startPath = [this.lineIndex.root];
93 const leafNode = this.startPath[this.startPath.length - 1] as LineLeaf;
104 let pathIndex = this.startPath.length - 2;
106 const insertionNode = this.startPath[pathIndex] as LineNode;
122 for (let j = this.startPath.length - 2; j >= 0; j--) {
123 (this.startPath[j] as LineNode).updateCounts();
128 const insertionNode = this.startPath[this.startPath.length - 2] as LineNode;
131 for (let j = this.startPath.length - 2; j >= 0; j--) {
132 (this.startPath[j] as LineNode).updateCounts();
[all …]