Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/esbuild_deno_loader/test_deps.ts>esbuildWasm.Message

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

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.