Skip to main content
Latest
interface Message
import { type Message } from "https://deno.land/x/esbuildx@v0.14.29/mod.d.ts";

Properties

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.