Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface WatchMode
import { type WatchMode } from "https://deno.land/x/esbuild@v0.16.4/mod.js";

Properties

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