fix: consider function expression in thenable when tree-shaking dynamic imports#5977
fix: consider function expression in thenable when tree-shaking dynamic imports#5977lukastaegert merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#fix/5975Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5977 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 270 270
Lines 8731 8733 +2
Branches 1507 1508 +1
=======================================
+ Hits 8624 8626 +2
Misses 73 73
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lukastaegert
left a comment
There was a problem hiding this comment.
Thanks for the quick fix!
|
This PR has been released as part of rollup@4.41.2. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #5975
Description
This issue occurred because we overlooked the possibility of function expression in thenable in #5954.