Member Junction
    Preparing search index...

    A package that resolved but failed while loading (its own error — never masked).

    interface FailedDynamicPackage {
        Entry: DynamicPackageEntry;
        Error: unknown;
        Source: DynamicPackageSource;
        WorkspaceHome?: WorkspaceHome;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Entry

    Error: unknown
    WorkspaceHome?: WorkspaceHome

    Present only for 'manifest' entries: lets the loader fall back to importing the workspace member by path when no resolution anchor can see it (pnpm strict layout).