mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
33a43f85b1
swc_ecma_minifier: - Implement more rules. swc_ecma_transforms_base: - `resolver`: Fix syntax context of catch block. swc_ecma_transforms_optimization: - `expr_simplifier`: Fix a bug related to `this` of call expressions. - `dead_branch_remover`: Don't reduce switch cases if test is now known. - `dead_branch_remover`: Don't break `&&`.
7 lines
99 B
JSON
7 lines
99 B
JSON
{
|
|
"booleans": true,
|
|
"conditionals": true,
|
|
"evaluate": true,
|
|
"side_effects": true
|
|
}
|