Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/compiler/mod.ts>TransformOptions

The Full-stack Framework in Deno.
Go to Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph@v0.3.0-alpha.23/compiler/mod.ts";
definition: { importMap?: ImportMap; alephPkgUri?: string; reactVersion?: string; fixedReactEsmShBuildVersion?: number; swcOptions?: SWCOptions; sourceMap?: boolean; isDev?: boolean; transpileOnly?: boolean; resolveStarExports?: boolean; bundleMode?: boolean; bundleExternal?: string[]; inlineStylePreprocess?(
key: string,
type: string,
tpl: string,
): Promise<string>; }