Skip to main content
Module

x/esbuild_deno_loader/test_deps.ts>esbuild.Message

Deno module resolution for `esbuild`
Go to Latest
interface esbuild.Message
import { type esbuild } from "https://deno.land/x/esbuild_deno_loader@0.5.2/test_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.