Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildNative.PartialMessage

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

Properties

optional
id: string
optional
pluginName: string
optional
text: string
optional
location: Partial<Location> | null
optional
notes: PartialNote[]
optional
detail: any