swc/crates/swc_ecma_minifier/tests/terser/compress/object
2022-05-19 05:10:12 +00:00
..
allow_assignments_to_property_values feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
computed_property_names feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
computed_property_names_evaluated_1 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
computed_property_names_evaluated_2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
computed_property_names_side_effects feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
concise_generators feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
concise_method_to_prop_arrow feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
concise_methods feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
concise_methods_and_keyword_names feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
concise_methods_and_mangle_props test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
concise_methods_with_computed_property feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
concise_methods_with_computed_property2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
concise_methods_with_various_property_names feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
convert_computed_props_to_regular_ones feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
dont_join_repeat_object_keys feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
getter_setter fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
getter_setter_mangler test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
getter_setter_with_computed_value feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_206 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
issue_2554_1 fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
issue_2554_2 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_2554_3 fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
issue_2554_4 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_2554_5 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
methods_and_getters_with_keep_quoted_props_enabled fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
prop_arrow_to_concise_method feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
prop_arrow_with_nested_this feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
prop_arrow_with_this feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
prop_arrows_to_concise_method_various feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
prop_func_to_async_concise_method feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
prop_func_to_concise_method feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
prop_func_to_concise_method_various feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
property_with_operator_value feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
property_with_unprintable fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
property_with_unprintable_ascii_only fix(es/minifier): Fix analysis of assignment patterns (#4712) 2022-05-19 05:10:12 +00:00
property_with_unprintable_ascii_only_static feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
shorthand_properties feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
use_shorthand_opportunity feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
variable_as_computed_property test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00