Skip to main content
Module

x/import/deps.ts>esbuildNative.ResolveResult

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface esbuildNative.ResolveResult
import { type esbuildNative } from "https://deno.land/x/import@v0.1.5/deps.ts";
const { ResolveResult } = esbuildNative;

Properties

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