0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript89,909 stars (89,909 stars)10,058 forks (10,058 forks)batch import
clifeature requesthelp wanted
Description
- 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
- Issue type
- refactor
- Research direction
- 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.