You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
It looks like the minifier::Eval is not handling Lit::Bool value.
swc/crates/swc_ecma_minifier/src/eval.rs
Line 92 in d0e2e3c
Input code
Config
No response
Playground link
No response
Expected behavior
I just use Evaluator to guess Expr as Result of Lit, but fails in bool value.
Actual behavior
No response
Version
swc_ecma_minifier = 0.157.1
Additional context
No response
The text was updated successfully, but these errors were encountered: