Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface OnLoadResult
import { type OnLoadResult } from "https://deno.land/x/esbuild@v0.15.4/mod.d.ts";

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[]