perf(startup): prioritize tokenization warmups with stage debug logs

This commit is contained in:
2026-02-28 15:38:21 -08:00
parent bf333c7c08
commit 9c2618c4c7
13 changed files with 159 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ export function createBuildSetVisibleOverlayVisibleMainDepsHandler(
setVisibleOverlayVisibleCore: (options) => deps.setVisibleOverlayVisibleCore(options),
setVisibleOverlayVisibleState: (visible: boolean) => deps.setVisibleOverlayVisibleState(visible),
updateVisibleOverlayVisibility: () => deps.updateVisibleOverlayVisibility(),
onVisibleOverlayEnabled: deps.onVisibleOverlayEnabled,
});
}