Skip to main content
Module

x/aleph/compiler/mod.ts>TransformOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph@v0.3.0-beta.8/compiler/mod.ts";
definition: { swcOptions?: SWCOptions; workingDir?: string; alephPkgUri?: string; importMap?: ImportMap; react?: ReactOptions; sourceMap?: boolean; isDev?: boolean; httpExternal?: boolean; bundleMode?: boolean; bundleExternals?: string[]; inlineStylePreprocess?(
key: string,
type: string,
tpl: string,
): Promise<string>; }