Extremely Popular
Go to Latest
interface Message
import { type Message } from "https://dotland.deno.dev/x/esbuild@v0.16.1/wasm.js";

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.