Skip to main content
Module

x/fastro/http/deps.ts>esbuild.PartialMessage

Fast and simple web application framework for deno
Go to Latest
interface esbuild.PartialMessage
import { type esbuild } from "https://deno.land/x/fastro@v0.74.4/http/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