Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as frugal from "https://deno.land/x/frugal@0.5.0/packages/core/watch/WatchService.ts";

Classes

Class handeling the message communication with a parent process (the "other side" of a WatchChild). On construction, this class replace the console.log to an event dispatch (to have the parent process pipe those log to its stdout), and immediatly sends a ready message.