Add api.mainModules for package entry globs#14429
Conversation
✅ Deploy Preview for v3-meteor-api-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v3-migration-docs canceled.
|
📝 WalkthroughWalkthroughThis PR introduces Changesapi.mainModules Implementation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
I really need this!
I have been using @rollup/plugin-multi-entry and I would like to bring this feature to meteor in a very meteor way.
Summary
Verification
Summary by CodeRabbit
New Features
api.mainModules()method for package authors to generate entry points from multiple source files using glob patterns, enabling cleaner modular package structures.Documentation
api.mainModulesreference and usage examples.