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-alpha.25/compiler/mod.ts";
definition: { importMap?: ImportMap; alephPkgUri?: string; react?: ReactResolve; swcOptions?: SWCOptions; sourceMap?: boolean; isDev?: boolean; transpileOnly?: boolean; resolveStarExports?: boolean; bundleMode?: boolean; bundleExternal?: string[]; inlineStylePreprocess?(
key: string,
type: string,
tpl: string,
): Promise<string>; }