Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/deps/esbuild.ts>OnLoadResult

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface OnLoadResult
import { type OnLoadResult } from "https://deno.land/x/lume@v1.15.0/deps/esbuild.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[]