[WIKI-621]regression: file handler types #7886
Conversation
WalkthroughThe pull request restructures the TFileHandler type in packages/editor/src/core/types/config.ts by moving the intersection with TExtendedFileHandler outside the object type, altering the placement of the type intersection without changing the listed properties. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a TypeScript type definition issue by moving the intersection with TExtendedFileHandler to the correct scope in the TFileHandler type definition.
- Corrected placement of the intersection operator for
TExtendedFileHandler
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
Description
this fix ensuring that the intersection with
TExtendedFileHandleris applied to the correct scope.Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit