Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/compiler/types.ts>compileOptions

A Cybernetical framework for svelte applications in deno
Latest
interface compileOptions
import { type compileOptions } from "https://deno.land/x/snel@v0.7.1/compiler/types.ts";

Properties

optional
filename: string
optional
name: string
optional
format: "esm" | "cjs"
optional
generate: "dom" | "ssr"
optional
dev: boolean
optional
immutable: boolean
optional
hydratable: boolean
optional
legacy: boolean
optional
accessors: boolean
optional
customElement: boolean
optional
tag: string | null
optional
css: boolean
optional
loopGuardTimeout: number
optional
preserveComments: boolean
optional
preserveWhitespace: boolean
optional
outputFilename: string
optional
cssOutputFilename: string
optional
sveltePath: string