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

x/snel/imports/drollup.ts>NormalizedTreeshakingOptions

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

Properties

annotations: boolean
correctVarValueBeforeDeclaration: boolean
moduleSideEffects: HasModuleSideEffects
propertyReadSideEffects: boolean | "always"
tryCatchDeoptimization: boolean
unknownGlobalSideEffects: boolean