Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface esbuild.FormatMessagesOptions
import { type esbuild } from "https://deno.land/x/esbuild_deno_loader@0.5.2/deps.ts";
const { FormatMessagesOptions } = esbuild;

Properties

kind: "error" | "warning"
optional
color: boolean
optional
terminalWidth: number