Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts574 export interface WatchFactoryHost { interface
587 …export function getWatchFactory<X, Y = undefined>(host: WatchFactoryHost, watchLogLevel: WatchLogL…
Dwatch.ts592 …export function createWatchFactory<Y = undefined>(host: WatchFactoryHost & { trace?(s: string): vo…
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts123 …this.watchFactory = getWatchFactory(this.installTypingHost as WatchFactoryHost, isLoggingEnabled ?…