Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dservices.ts1021 const scriptSnapshot = this.host.getScriptSnapshot(fileName); constant
1495 const scriptSnapshot = host.getScriptSnapshot(fileName); constant
Dshims.ts434 const scriptSnapshot = this.shimHost.getScriptSnapshot(fileName); constant
Dtypes.ts96 /* @internal */ scriptSnapshot: IScriptSnapshot | undefined; property