mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
15 lines
280 B
JSON
15 lines
280 B
JSON
|
{
|
||
|
"unsafe_arrows": true,
|
||
|
"collapse_vars": true,
|
||
|
"conditionals": true,
|
||
|
"ecma": 2015,
|
||
|
"evaluate": true,
|
||
|
"inline": true,
|
||
|
"passes": 2,
|
||
|
"reduce_funcs": true,
|
||
|
"reduce_vars": true,
|
||
|
"sequences": true,
|
||
|
"side_effects": true,
|
||
|
"unused": true
|
||
|
}
|