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

x/lume/deps/esbuild.ts>ResolveResult

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ResolveResult
import { type ResolveResult } from "https://deno.land/x/lume@v1.15.0/deps/esbuild.ts";

Properties

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