refactor: extract parent resolution

This commit is contained in:
Carlos Valente
2026-02-13 19:59:57 +01:00
committed by Carlos Valente
parent 80a3b04493
commit 5777ef3532
4 changed files with 71 additions and 19 deletions
+1
View File
@@ -26,6 +26,7 @@ export {
getPreviousEventNormal,
getPreviousNormal,
getPreviousGroupNormal,
resolveInsertParent,
swapEventData,
} from './src/rundown-utils/rundownUtils.js';
export { getFirstRundown } from './src/rundown/rundown.utils.js';