-
Notifications
You must be signed in to change notification settings - Fork 9
enable automatic type convert #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Tests
Description
Auto-insert converter on convertible type mismatch
Add
TypeConverterNode
UI and engine nodeExtend schema conversion and registry APIs
Support design token conversions with tests
Changes walkthrough 📝
8 files
Add TypeConverterNode React component
Insert converter between incompatible nodes
Register TYPE_CONVERTER node type
Include typeConverter in generic nodes
Implement TypeConverter graph engine node
Extend schema conversion logic
Add design token conversion extensions
Add design token schema conversions
2 files
Define TYPE_CONVERTER node identifier
Auto-register token conversion extensions
5 files
Add conversion connection logic tests
Add TypeConverter node tests
Test design token conversion extensions
Integration tests for automatic conversion
E2E tests for token conversion workflow