KC's Workspace
    Preparing search index...
    interface ResolvedId {
        external: boolean | "absolute";
        id: string;
        invalidate?: boolean;
        meta: CustomPluginOptions;
        moduleSideEffects: ModuleSideEffects;
        packageJsonPath?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    external: boolean | "absolute"
    id: string
    invalidate?: boolean
    moduleSideEffects: ModuleSideEffects
    packageJsonPath?: string