Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface esbuildTypes.BuildResult
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.3/src/server/deps.ts";
const { BuildResult } = esbuildTypes;

Properties

errors: Message[]
warnings: Message[]
optional
outputFiles: OutputFile[]

Only when "write: false"

optional
rebuild: BuildInvalidate

Only when "incremental: true"

optional
stop: () => void

Only when "watch: true"

optional
metafile: Metafile

Only when "metafile: true"

optional
mangleCache: Record<string, string | false>

Only when "mangleCache" is present