Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.ResolveResult

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

Properties

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