Skip to main content
Module

x/composable/deps.ts>TransformConfig

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface TransformConfig
import { type TransformConfig } from "https://deno.land/x/composable@1.31.9/deps.ts";

Options for transform.

Properties

optional
react: ReactConfig

Effective only if syntax supports ƒ.

optional
constModules: ConstModulesConfig
optional
optimizer: OptimizerConfig

Defaults to null, which skips optimizer pass.

optional
treatConstEnumAsEnum: boolean
optional
useDefineForClassFields: boolean