Member Junction
    Preparing search index...

    An entry the loader decided about, with its provenance.

    interface DiscoveredDynamicPackage {
        Entry: DynamicPackageEntry;
        Source: DynamicPackageSource;
        WorkspaceHome?: WorkspaceHome;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Entry

    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).