GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Merges an incoming modules bag into target.modules entry by entry (incoming entries override existing ones for the same module id, by reference). A wholesale target.modules = incoming assignment would drop bag entries owned by other plugins and declared elsewhere (e.g. in the boot config when the incoming bag comes from a profile).

      Parameters

      • target: Record<string, unknown>
      • incoming: unknown

      Returns void