Skip to main content
Go to Latest
interface PartialMessage
import { type PartialMessage } from "https://deno.land/x/esbuild@v0.17.5/wasm.js";

Properties

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