Searched refs:WatchFactoryHost (Results 1 – 3 of 3) sorted by relevance
574 export interface WatchFactoryHost { interface587 …export function getWatchFactory<X, Y = undefined>(host: WatchFactoryHost, watchLogLevel: WatchLogL…
592 …export function createWatchFactory<Y = undefined>(host: WatchFactoryHost & { trace?(s: string): vo…
123 …this.watchFactory = getWatchFactory(this.installTypingHost as WatchFactoryHost, isLoggingEnabled ?…