KC's Workspace
    Preparing search index...
    interface NormalizedInputOptions {
        context: string;
        cwd: string;
        input: Record<string, string> | string[];
        platform: "node" | "browser" | "neutral" | undefined;
        plugins: RolldownPlugin<any>[];
        shimMissingExports: boolean;
    }
    Index

    Properties

    context: string
    cwd: string

    cwd

    input: Record<string, string> | string[]

    input

    platform: "node" | "browser" | "neutral" | undefined
    plugins: RolldownPlugin<any>[]
    shimMissingExports: boolean