Add hasDeoptimizedCache flag for ConditionalExpression#6009
Add hasDeoptimizedCache flag for ConditionalExpression#6009lukastaegert 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/conditional-expression-literal-valueNotice: 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 #6009 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 270 270
Lines 10569 10575 +6
Branches 2819 2821 +2
=======================================
+ Hits 10442 10448 +6
Misses 87 87
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @lukastaegert, do you have time to make a patch release? It seems that quite a few people are currently running into this issue. |
lukastaegert
left a comment
There was a problem hiding this comment.
Damn, really missed this
|
haha 😂 |
|
This PR has been released as part of [email protected]. You can test it via |
|
For me it did not resolve. When I run a build in my vite app, I still get: [vite-plugin-pwa:build] [plugin vite-plugin-pwa:build] There was an error during the build: |
Could you check which version of Rollup is installed? |
installed is 4.45.0, trying to set it to 4.45.1 in package json resolves to: npm warn Found: [email protected] |
|
I've verified this does indeed work again in 4.45.1. Not sure what @nipkai is having issues with, but looks like you couldn't find it when you tried to install it for some reason. Works for me locally, though. Thanks for resolving this issue for us! |
|
Works now as well! I did not change anything :D |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #6012
related issue: #5770
related PR: #6000
Description