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

Hierarchy (view full)

Properties

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