swc/crates/swc_ecma_minifier/tests/terser/compress/collapse_vars
2022-09-13 14:01:41 +09:00
..
anonymous_function perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
assignment perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
boolean_binary_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
boolean_binary_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
cascade_call perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_conditional perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_forin perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_if_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_if_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_return perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_statement perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cascade_switch perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
chained_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
chained_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
chained_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_array perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_boolean_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_boolean_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_conditional_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_conditional_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_function perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_lhs_1 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
collapse_rhs_lhs_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_loop perf(css/minifier): Use JsWord instead of &str (#5806) 2022-09-10 07:20:51 +00:00
collapse_rhs_number perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_object perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_regexp perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_side_effects perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_string perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_this perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_undefined perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_var perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_rhs_vardef perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_arguments feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
collapse_vars_array perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_assignment perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_closures feat(es/minifier): Extend inlining of identifiers to multi-usage (#5832) 2022-09-13 03:52:47 +00:00
collapse_vars_constants perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_do_while perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_do_while_drop_assign perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_eval_and_with perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_if perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_issue_721 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_lvalues perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_lvalues_drop_assign perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_misc1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_object perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_properties feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
collapse_vars_regexp perf(css/minifier): Use JsWord instead of &str (#5806) 2022-09-10 07:20:51 +00:00
collapse_vars_repeated perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_self_reference feat(es/minifier): Extend inlining of identifiers to multi-usage (#5832) 2022-09-13 03:52:47 +00:00
collapse_vars_seq perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_short_circuit perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_short_circuited_conditions perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_side_effects_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_side_effects_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_switch perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_throw perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_try perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_unary perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_unary_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
collapse_vars_while feat(es/minifier): Extend inlining of identifiers to multi-usage (#5832) 2022-09-13 03:52:47 +00:00
compound_assignment perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cond_branch_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cond_branch_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
cond_branch_switch feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
conditional_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
conditional_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
double_def_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
double_def_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
duplicate_argname perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
for_init perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
ignore_class feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
iife_1 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
iife_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
inner_lvalues perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_27 feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
issue_315 perf(css/minifier): Use JsWord instead of &str (#5806) 2022-09-10 07:20:51 +00:00
issue_348 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_805 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
issue_1537 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_1537_destructuring_1 feat(es/minifier): Extend inlining of identifiers to multi-usage (#5832) 2022-09-13 03:52:47 +00:00
issue_1537_destructuring_2 fix(es/minifier): Fix analysis of assignments and classes (#5770) 2022-09-07 03:51:42 +00:00
issue_1537_destructuring_3 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_1537_destructuring_for_in perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_1537_destructuring_for_of perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_1537_for_of feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_1562 feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
issue_1605_1 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
issue_1605_2 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
issue_1631_1 perf(css/minifier): Use JsWord instead of &str (#5806) 2022-09-10 07:20:51 +00:00
issue_1631_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_1631_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_1858 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2187_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2187_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2187_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2203_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2203_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2203_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2203_4 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2250_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2250_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2298 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2313_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2313_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2319_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2319_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2319_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2364_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_4 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_5 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_6 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_7 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_8 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2364_9 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2365 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2425_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2425_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2425_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2436_1 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_3 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_4 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_5 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_6 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_7 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_8 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
issue_2436_9 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_10 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2436_11 feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
issue_2436_12 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
issue_2436_13 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2436_14 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2437 feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
issue_2437_1 fix(es/minifier): Inline vars declared in conditional paths (#5392) 2022-08-05 13:25:28 +00:00
issue_2437_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2453 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2497 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2506 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_2571_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2571_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2858 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2873_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2873_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2878 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2891_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2891_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2908 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2914_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2914_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2931 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2954_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2954_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2954_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_2974 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
issue_3032 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
issue_3096 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
lvalues_def perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
may_throw_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
may_throw_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
modified perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
noinline_annotation feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
pure_getters_chain perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
reassign_const_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
reassign_const_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
recursive_function_replacement perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
reduce_vars_assign perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
ref_scope perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
replace_all_var perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
replace_all_var_scope perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
return_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
return_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
return_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
return_4 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
side_effect_free_replacement perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
side_effects_property perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
switch_case_1 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
switch_case_2 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
switch_case_3 perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
toplevel_single_reference perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
undeclared perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
unsafe_builtin perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
unused_orig perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
var_defs perf(html/minifier): Improve performance (#5838) 2022-09-13 14:01:41 +09:00
var_side_effects_1 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
var_side_effects_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
var_side_effects_3 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00