Skip to main content
Module

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

The Full-stack Framework in Deno.
Go to Latest
interface esbuild.Message
import { type esbuild } from "https://deno.land/x/aleph@1.0.0-beta.39/server/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.