Skip to main content
Module

x/drollup/mod.ts>NormalizedInputOptions

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

Properties

acorn: Record<string, unknown>
acornInjectPlugins: (() => unknown)[]
cache: false | undefined | RollupCache
context: string
experimentalCacheExpiry: number
external: IsExternal
deprecated
inlineDynamicImports: boolean | undefined
input: string[] | { [entryAlias: string]: string; }
makeAbsoluteExternalsRelative: boolean | "ifRelativeSource"
deprecated
manualChunks: ManualChunksOption | undefined
maxParallelFileReads: number
moduleContext: (id: string) => string
perf: boolean
plugins: Plugin[]
preserveEntrySignatures: PreserveEntrySignaturesOption
deprecated
preserveModules: boolean | undefined
shimMissingExports: boolean
strictDeprecations: boolean
treeshake: false | NormalizedTreeshakingOptions