Skip to main content
Module

x/lume/deps/esbuild.ts>Message

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Message
import { type Message } from "https://deno.land/x/lume@v2.1.4/deps/esbuild.ts";

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.