import { WatchContext } from "https://deno.land/x/frugal@0.9.2/src/WatchContext.ts";
Constructors
new
WatchContext(context: ParentContext | ChildContext)Methods
addEventListener(listener: ParentContextListener)
dispose()
removeEventListener(listener: ParentContextListener)
watch(options?: WatchOptions)
Static Methods
create(config: FrugalConfig, watchCache: RuntimeWatchCache)