Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildNative.TransformResult

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

Properties

code: string
map: string
warnings: Message[]
optional
mangleCache: Record<string, string | false>

Only when "mangleCache" is present