Skip to main content
Module

x/aleph/server/deps.ts>esbuild.PartialMessage

The Full-stack Framework in Deno.
Very Popular
Latest
interface esbuild.PartialMessage
import { type esbuild } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";
const { PartialMessage } = esbuild;

Properties

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