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

Properties

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