Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.6/deps.ts";
const { ResolveResult } = esbuildNative;

Properties

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