Skip to main content
Module

x/fastro/build/deps.ts>esbuild.Message

Fast and simple web application framework for deno
Go to Latest
interface esbuild.Message
import { type esbuild } from "https://deno.land/x/fastro@v0.83.5/build/deps.ts";
const { Message } = esbuild;

Properties

id: string
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.