Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface ResolveResult
import { type ResolveResult } from "https://deno.land/x/esbuild@v0.15.13/mod.js";

Properties

errors: Message[]
warnings: Message[]
path: string
external: boolean
sideEffects: boolean
namespace: string
suffix: string
pluginData: any