Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.Message

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

Properties

id: string
pluginName: string
text: string
location: Location | null
notes: Note[]
detail: any

Optional user-specified data that is passed through unmodified. You can use this to stash the original error, for example.