Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/import/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/import@v0.1.6/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.