Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptVersionCache.ts5 interface LineCollection { interface
30 pre?(relativeStart: number, relativeLength: number, lineCollection: LineCollection,
32 post?(relativeStart: number, relativeLength: number, lineCollection: LineCollection,
42 private readonly startPath: LineCollection[];
43 private readonly endBranch: LineCollection[] = [];
48 private lineCollectionAtBranch: LineCollection | undefined;
74 let lastZeroCount: LineCollection | undefined;
99 let insertedNodes = new Array(lines.length - 1) as LineCollection[];
100 let startNode = leafNode as LineCollection;
139 … post(_relativeStart: number, _relativeLength: number, lineCollection: LineCollection): void {
[all …]