Skip to main content
Module

x/live/deps.ts>TransformConfig

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface TransformConfig
import { type TransformConfig } from "https://deno.land/x/live@1.53.3/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