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

x/drollup/plugins/svelte/deps.ts>compileOptions

Next-generation ES module bundler ported for Deno
Latest
interface compileOptions
import { type compileOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/svelte/deps.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