Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts581 export interface WatchFactory<X, Y = undefined> { interface
587 …vel, log: (s: string) => void, getDetailWatchInfo?: GetDetailWatchInfo<X, Y>): WatchFactory<X, Y> {
589 const plainInvokeFactory: WatchFactory<X, Y> = {
593 …const triggerInvokingFactory: WatchFactory<X, Y> | undefined = watchLogLevel !== WatchLogLevel.Non…
614 …function createExcludeHandlingAddWatch<T extends keyof WatchFactory<X, Y>>(key: T): WatchFactory<X…
690 …function createTriggerLoggingAddWatch<T extends keyof WatchFactory<X, Y>>(key: T): WatchFactory<X,…
Dwatch.ts588 interface WatchFactory<X, Y = undefined> extends ts.WatchFactory<X, Y> { interface
595 …const result = getWatchFactory<WatchType, Y>(host, watchLogLevel, writeLog) as WatchFactory<WatchT…
DtsbuildPublic.ts231 …interface SolutionBuilderState<T extends BuilderProgram = BuilderProgram> extends WatchFactory<Wat…
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts108 private readonly watchFactory: WatchFactory<string, ProjectWatchers>;
/third_party/typescript/src/server/
DeditorServices.ts796 readonly watchFactory: WatchFactory<WatchType, Project | NormalizedPath>;