Home
last modified time | relevance | path

Searched defs:scriptSnapshot (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
Dservices.ts1354 const scriptSnapshot = this.host.getScriptSnapshot(fileName); constant
1844 const scriptSnapshot = host.getScriptSnapshot(fileName); constant
Dshims.ts467 const scriptSnapshot = this.shimHost.getScriptSnapshot(fileName); constant
Dtypes.ts129 /** @internal */ scriptSnapshot: IScriptSnapshot | undefined; property