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 imports to use 'import type' for type-only imports across multiple files, enhancing clarity and performance. Update event emission to include 'core' context in various event handlers for better context management. Adjust command error handling to pass 'core' as an argument. Improve event loading mechanism to utilize Promise.all for concurrent loading. Refactor event handlers to accept 'core' as a parameter, ensuring consistent context usage.#949