Skip to main content
Module

x/drollup/deps.ts>NormalizedTreeshakingOptions

Next-generation ES module bundler ported for Deno
Latest
interface NormalizedTreeshakingOptions
import { type NormalizedTreeshakingOptions } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/deps.ts";

Properties

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