Skip to main content
Module

x/aleph/server/deps.ts>esbuild.BuildResult

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

Type Parameters

optional
SpecificOptions extends BuildOptions = BuildOptions

Properties

errors: Message[]
warnings: Message[]
outputFiles: OutputFile[] | (SpecificOptions["write"] extends false ? never : undefined)

Only when "write: false"

metafile: Metafile | (SpecificOptions["metafile"] extends true ? never : undefined)

Only when "metafile: true"

mangleCache: Record<string, string | false> | (SpecificOptions["mangleCache"] extends Object ? never : undefined)

Only when "mangleCache" is present