Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildNative.BuildResult

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface esbuildNative.BuildResult
import { type esbuildNative } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.5/deps.ts";
const { BuildResult } = esbuildNative;

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