disables optimization for external namespace when using the in operator#6036
disables optimization for external namespace when using the in operator#6036lukastaegert 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/6035Notice: Ensure you have installed the latest nightly 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6036 +/- ##
==========================================
+ Coverage 98.75% 98.77% +0.01%
==========================================
Files 271 271
Lines 10597 10597
Branches 2828 2828
==========================================
+ Hits 10465 10467 +2
+ Misses 91 89 -2
Partials 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR has been released as part of rollup@4.46.1. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #6035
related PR #6029
Description
We overlooked that
externalVariable.isNameSpacecould also betrue.