KC's Workspace
    Preparing search index...
    interface PluginContextMeta {
        rolldownVersion: string;
        rollupVersion: string;
        watchMode: boolean;
    }
    Index

    Properties

    rolldownVersion: string

    The currently running version of Rolldown.

    `'1.0.0'`
    
    rollupVersion: string

    A property for Rollup compatibility. A dummy value is set by Rolldown.

    `'4.23.0'`
    
    watchMode: boolean

    Whether Rolldown was started via watch | rolldown.watch() or from the command line with --watch.