Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/import/deps.ts>esbuildWASM.TransformFailure

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

Properties

errors: Message[]
warnings: Message[]