Skip to main content
Module

x/aleph/server/deps.ts>esbuild.TransformResult

The Full-stack Framework in Deno.
Very Popular
Latest
interface esbuild.TransformResult
import { type esbuild } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";
const { TransformResult } = esbuild;

Type Parameters

optional
SpecificOptions extends TransformOptions = TransformOptions

Properties

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

Only when "mangleCache" is present

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

Only when "legalComments" is "external"