mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
fa342a0067
swc_ecma_minifier: - Don't optimize `1 / t == -1 / 0` as `!1`. - Don't optimize `e === -1 / 0` as false. - Don't inline string literals in arguments, if it's used multiple time. (https://github.com/vercel/next.js/issues/31291)
5 lines
47 B
JSON
5 lines
47 B
JSON
{
|
|
"defaults": true,
|
|
"toplevel": true
|
|
}
|