Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface WatchMode
import { type WatchMode } from "https://deno.land/x/esbuild@v0.15.4/wasm.js";

Properties

optional
onRebuild: (error: BuildFailure | null, result: BuildResult | null) => void