Skip to main content
Module

x/fastro/http/build/deps.ts>esbuild.TransformResult

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
interface esbuild.TransformResult
import { type esbuild } from "https://deno.land/x/fastro@v0.85.0/http/build/deps.ts";
const { TransformResult } = esbuild;

Type Parameters

optional
ProvidedOptions extends TransformOptions = TransformOptions

Properties

code: string
map: string
warnings: Message[]
mangleCache: Record<string, string | false> | (ProvidedOptions["mangleCache"] extends Object ? never : undefined)

Only when "mangleCache" is present

legalComments: string | (ProvidedOptions["legalComments"] extends "external" ? never : undefined)

Only when "legalComments" is "external"