Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/deps.ts>TransformConfig

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface TransformConfig
import { type TransformConfig } from "https://deno.land/x/live@1.74.1/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