Skip to main content
Module

x/aleph/server/deps.ts>BuildResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface BuildResult
import { type BuildResult } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

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