Skip to main content
Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph_compiler@0.9.4/types.ts";
definition: { alephPkgUri?: string; lang?:
| "ts"
| "tsx"
| "js"
| "jsx"
; target?: EsmaVersion; importMap?: string; globalVersion?: string; graphVersions?: Record<string, string>; resolveRemoteModule?: boolean; stripDataExport?: boolean; isDev?: boolean; reactRefresh?: boolean; sourceMap?: boolean; jsx?: "automatic" | "classic" | "preserve"; jsxPragma?: string; jsxPragmaFrag?: string; jsxImportSource?: string; minify?: { compress: boolean; }; }