KC's Workspace
    Preparing search index...
    interface NormalizedOutputOptions {
        assetFileNames: string | AssetFileNamesFunction;
        banner: AddonFunction;
        chunkFileNames: string | ChunkFileNamesFunction;
        cssChunkFileNames: string | ChunkFileNamesFunction;
        cssEntryFileNames: string | ChunkFileNamesFunction;
        dir: string | undefined;
        entryFileNames: string | ChunkFileNamesFunction;
        esModule: boolean | "if-default-prop";
        exports: NonNullable<"auto" | "named" | "default" | "none" | undefined>;
        extend: boolean;
        externalLiveBindings: boolean;
        file: string | undefined;
        footer: AddonFunction;
        format: InternalModuleFormat;
        globals: Record<string, string> | GlobalsFunction;
        hashCharacters: "base64" | "base36" | "hex";
        inlineDynamicImports: boolean;
        intro: AddonFunction;
        legalComments: "inline" | "none";
        minify: false | "dce-only" | MinifyOptions;
        minifyInternalExports?: boolean;
        name: string | undefined;
        outro: AddonFunction;
        paths: Record<string, string> | PathsFunction | undefined;
        plugins: RolldownPlugin<any>[];
        polyfillRequire: boolean;
        postBanner: AddonFunction;
        postFooter: AddonFunction;
        preserveModules: boolean;
        preserveModulesRoot?: string;
        sourcemap: boolean | "inline" | "hidden";
        sourcemapBaseUrl: string | undefined;
        sourcemapDebugIds: boolean;
        sourcemapIgnoreList:
            | boolean
            | SourcemapIgnoreListOption
            | StringOrRegExp
            | undefined;
        sourcemapPathTransform: SourcemapPathTransformOption
        | undefined;
        topLevelVar?: boolean;
        virtualDirname: string;
    }
    Index

    Properties

    assetFileNames: string | AssetFileNamesFunction
    chunkFileNames: string | ChunkFileNamesFunction
    cssChunkFileNames: string | ChunkFileNamesFunction
    cssEntryFileNames: string | ChunkFileNamesFunction
    dir: string | undefined
    entryFileNames: string | ChunkFileNamesFunction
    esModule: boolean | "if-default-prop"
    exports: NonNullable<"auto" | "named" | "default" | "none" | undefined>
    extend: boolean
    externalLiveBindings: boolean
    file: string | undefined
    globals: Record<string, string> | GlobalsFunction
    hashCharacters: "base64" | "base36" | "hex"
    inlineDynamicImports: boolean
    legalComments: "inline" | "none"
    minify: false | "dce-only" | MinifyOptions
    minifyInternalExports?: boolean
    name: string | undefined
    paths: Record<string, string> | PathsFunction | undefined
    plugins: RolldownPlugin<any>[]
    polyfillRequire: boolean
    postBanner: AddonFunction
    postFooter: AddonFunction
    preserveModules: boolean
    preserveModulesRoot?: string
    sourcemap: boolean | "inline" | "hidden"
    sourcemapBaseUrl: string | undefined
    sourcemapDebugIds: boolean
    sourcemapIgnoreList:
        | boolean
        | SourcemapIgnoreListOption
        | StringOrRegExp
        | undefined
    sourcemapPathTransform: SourcemapPathTransformOption | undefined
    topLevelVar?: boolean
    virtualDirname: string