Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/drollup.ts>NormalizedInputOptions

A Cybernetical framework for svelte applications in deno
Latest
interface NormalizedInputOptions
import { type NormalizedInputOptions } from "https://deno.land/x/snel@v0.7.1/imports/drollup.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