Skip to main content
Module

x/import/deps.ts>esbuildWASM.PartialMessage

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

Properties

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