Complete central provider, resource, scheduling, and recovery contracts

This commit is contained in:
vorotamoroz
2026-08-31 15:06:06 +00:00
parent 24228bf7cf
commit 1d2077d3fc
18 changed files with 464 additions and 34 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ export class LiveSyncBaseCore<
for (const addOn of addOns) {
this._registerAddOn(addOn);
}
// Preserve the former ModuleReplicator lifecycle-handler order:
// host features and add-ons first, then replication, then legacy modules.
// Register host features and add-ons before replication, then bind
// legacy modules so lifecycle handlers observe the required order.
useReplicationFeature(this);
this.bindModuleFunctions();
}