KC's Workspace
    Preparing search index...
    interface RolldownLog {
        binding?: string;
        cause?: unknown;
        code?: string;
        exporter?: string;
        frame?: string;
        hook?: string;
        id?: string;
        ids?: string[];
        loc?: { column: number; file?: string; line: number };
        message: string;
        meta?: any;
        names?: string[];
        plugin?: string;
        pluginCode?: unknown;
        pos?: number;
        reexporter?: string;
        stack?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    binding?: string
    cause?: unknown
    code?: string

    The log code for this log object.

    'PLUGIN_ERROR'
    
    exporter?: string
    frame?: string
    hook?: string
    id?: string
    ids?: string[]
    loc?: { column: number; file?: string; line: number }
    message: string

    The message for this log object.

    'The "transform" hook used by the output plugin "rolldown-plugin-foo" is a build time hook and will not be run for that plugin. Either this plugin cannot be used as an output plugin, or it should have an option to configure it as an output plugin.'
    
    meta?: any
    names?: string[]
    plugin?: string
    pluginCode?: unknown
    pos?: number
    reexporter?: string
    stack?: string
    url?: string