Home
last modified time | relevance | path

Searched refs:WatchTypeRegistry (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dwatch.ts541 export type WatchType = WatchTypeRegistry[keyof WatchTypeRegistry];
542 export const WatchType: WatchTypeRegistry = {
564 export interface WatchTypeRegistry { interface
DwatchPublic.ts959 …hOptions: WatchOptions | undefined, watchType: WatchTypeRegistry["ExtendedConfigFile"] | WatchType…