Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface esbuildNative.OnLoadResult
import { type esbuildNative } from "https://deno.land/x/esbuild_deno_loader@0.7.2/test_deps.ts";
const { OnLoadResult } = esbuildNative;

Properties

optional
pluginName: string
optional
errors: PartialMessage[]
optional
warnings: PartialMessage[]
optional
contents: string | Uint8Array
optional
resolveDir: string
optional
loader: Loader
optional
pluginData: any
optional
watchFiles: string[]
optional
watchDirs: string[]