Searched refs:WatchFactory (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 581 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,…
|
D | watch.ts | 588 interface WatchFactory<X, Y = undefined> extends ts.WatchFactory<X, Y> { interface 595 …const result = getWatchFactory<WatchType, Y>(host, watchLogLevel, writeLog) as WatchFactory<WatchT…
|
D | tsbuildPublic.ts | 231 …interface SolutionBuilderState<T extends BuilderProgram = BuilderProgram> extends WatchFactory<Wat…
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 108 private readonly watchFactory: WatchFactory<string, ProjectWatchers>;
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 796 readonly watchFactory: WatchFactory<WatchType, Project | NormalizedPath>;
|