Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface esbuildTypes.TransformResult
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.3/src/server/deps.ts";
const { TransformResult } = esbuildTypes;

Properties

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

Only when "mangleCache" is present