fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking#5763
fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking#5763lukastaegert merged 2 commits 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/5744Notice: 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 #5763 +/- ##
=======================================
Coverage 99.00% 99.01%
=======================================
Files 258 259 +1
Lines 8072 8085 +13
Branches 1361 1362 +1
=======================================
+ Hits 7992 8005 +13
Misses 53 53
Partials 27 27 ☔ View full report in Codecov by Sentry. |
test/function/samples/tree-shaking-within-if-statement/_config.js
Outdated
Show resolved
Hide resolved
lukastaegert
left a comment
There was a problem hiding this comment.
Looks good from my side, let me know when you are ready to merge.
|
No more changes from me. Feel free to merge! |
|
This PR has been released as part of [email protected]. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #5744
Description