Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh/src/server/deps.ts>esbuildTypes.Message

The next-gen web framework.
Extremely Popular
Go to Latest
interface esbuildTypes.Message
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.1/src/server/deps.ts";
const { Message } = esbuildTypes;

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.