Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dservices.ts1013 private currentFileScriptSnapshot: IScriptSnapshot | undefined; property in SyntaxTreeCache
1046 const editRange = scriptSnapshot.getChangeRange(this.currentFileScriptSnapshot!);
1054 this.currentFileScriptSnapshot = scriptSnapshot;