Skip to main content
Module

x/drollup/mod.ts>NormalizedOutputOptions

Next-generation ES module bundler ported for Deno
Latest
interface NormalizedOutputOptions
import { type NormalizedOutputOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/mod.ts";

Properties

assetFileNames: string | ((chunkInfo: PreRenderedAsset) => string)
banner: () => string | Promise<string>
chunkFileNames: string | ((chunkInfo: PreRenderedChunk) => string)
compact: boolean
dir: string | undefined
deprecated
dynamicImportFunction: string | undefined
entryFileNames: string | ((chunkInfo: PreRenderedChunk) => string)
esModule: boolean
exports:
| "default"
| "named"
| "none"
| "auto"
extend: boolean
externalLiveBindings: boolean
file: string | undefined
freeze: boolean
generatedCode: NormalizedGeneratedCodeOptions
globals: GlobalsOption
hoistTransitiveImports: boolean
indent: true | string
inlineDynamicImports: boolean
interop: GetInterop
intro: () => string | Promise<string>
manualChunks: ManualChunksOption
minifyInternalExports: boolean
name: string | undefined
namespaceToStringTag: boolean
noConflict: boolean
outro: () => string | Promise<string>
plugins: OutputPlugin[]
deprecated
preferConst: boolean
preserveModules: boolean
preserveModulesRoot: string | undefined
sanitizeFileName: (fileName: string) => string
sourcemap: boolean | "inline" | "hidden"
sourcemapExcludeSources: boolean
sourcemapFile: string | undefined
sourcemapPathTransform: SourcemapPathTransformOption | undefined
strict: boolean
systemNullSetters: boolean
validate: boolean