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

x/esbuild_deno_loader/test_deps.ts>esbuildNative.Message

Deno module resolution for `esbuild`
Go to Latest
interface esbuildNative.Message
import { type esbuildNative } from "https://deno.land/x/esbuild_deno_loader@0.7.2/test_deps.ts";
const { Message } = esbuildNative;

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.