Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/build/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.4.0/src/build/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.