@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface ParsedRegistry

    interface ParsedRegistry {
        name: string;
        modules: ModuleEntry[];
        rejected: { title: string; reason: string }[];
    }
    Index

    Properties

    Properties

    name: string
    modules: ModuleEntry[]

    only the well-formed module entries

    rejected: { title: string; reason: string }[]

    malformed entries, surfaced (title + why) rather than hidden