Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptVersionCache.ts17 const enum CharRangeSection { enum
31 parent: LineNode, nodeType: CharRangeSection): void;
33 parent: LineNode, nodeType: CharRangeSection): void;
47 private state = CharRangeSection.Entire;
143 this.state = CharRangeSection.End;
149 …umber, lineCollection: LineCollection, _parent: LineCollection, nodeType: CharRangeSection): void {
153 if ((this.state === CharRangeSection.Entire) && (nodeType === CharRangeSection.Start)) {
155 this.state = CharRangeSection.Start;
168 case CharRangeSection.PreStart:
170 if (this.state !== CharRangeSection.End) {
[all …]