You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(context): migrate all imports to use index.js and fix type exports
- Update all direct imports from frame-manager.ts to use index.js
- Update type-only imports to use frame-types.ts
- Fix type exports to use `export type` for pure type definitions
(required because esbuild strips type-only modules at runtime)
- Update tests to use new import paths:
- FrameManager now refers to RefactoredFrameManager
- LegacyFrameManager available for backwards compatibility tests
All code now imports FrameManager from index.js, which provides
the RefactoredFrameManager as the primary implementation.
https://claude.ai/code/session_014ojs76858uGzWb6Hrbs4VG
0 commit comments