0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript89,909 star (89,909 star)10,058 fork (10,058 fork)batch import
clifeature requesthelp wanted
描述
- Remove main.js features that have been removed if it doesn't change the behavior
- Warn about features that have been removed if it's a breaking change
- 议题类型
- refactor
- 研究方向
- Examine the automigration code in Storybook, likely in the 'lib/core server' or 'automigration' directory. Look at existing migration functions that handle 'features' in main.js. The issue asks to remove features that have been removed without changing behavior and warn for breaking changes. Check linked PRs or comments for guidance, but currently none exist.