KC's Workspace
    Preparing search index...
    interface ResolvedId {
        attributes: Record<string, string>;
        external: boolean | "absolute";
        id: string;
        meta: CustomPluginOptions;
        moduleSideEffects: boolean | "no-treeshake";
        resolvedBy: string;
        syntheticNamedExports: string | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Record<string, string>
    external: boolean | "absolute"
    id: string
    meta: CustomPluginOptions
    moduleSideEffects: boolean | "no-treeshake"
    resolvedBy: string
    syntheticNamedExports: string | boolean