fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement#5642
fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement#5642lukastaegert 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/5633Notice: 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: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5642 +/- ##
=======================================
Coverage 99.04% 99.04%
=======================================
Files 242 242
Lines 9339 9339
Branches 2469 2469
=======================================
Hits 9250 9250
Misses 58 58
Partials 31 31 ☔ View full report in Codecov by Sentry. |
Performance report!Rough benchmark
Internal benchmark
|
|
This PR has been released as part of rollup@4.21.3. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #5633
Description
It seems that we forget to check out left-side effect of optional chaining in the end of
hasEffectsAsChainElementmethod.