Skip to main content
Module

x/packup/vendor/esbuild_deno_loader/deps.ts>esbuild.TransformOptions

📦 Zero-config web application packager in Deno
Go to Latest
interface esbuild.TransformOptions
implements CommonOptions
import { type esbuild } from "https://deno.land/x/packup@v0.1.13/vendor/esbuild_deno_loader/deps.ts";
const { TransformOptions } = esbuild;

Properties

optional
tsconfigRaw: string | { compilerOptions?: { jsxFactory?: string; jsxFragmentFactory?: string; useDefineForClassFields?: boolean; importsNotUsedAsValues?: "remove" | "preserve" | "error"; }; }
optional
sourcefile: string
optional
loader: Loader
optional
banner: string