swc/crates/swc_ecma_minifier/tests/terser/compress
2022-05-16 03:01:53 +00:00
..
arguments test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
array_constructor test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
arrays test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
arrow test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
ascii test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
asm test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
assignment feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
async test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
big_int feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
block_scope test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
blocks test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
class_properties feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
classes feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
collapse_vars test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
comments test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
comparing test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
concat_strings feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
conditionals test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
const test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
dead_code test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
debugger feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
defaults feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
destructuring test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
directives feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
drop_console test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
drop_unused test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
evaluate test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
expansions test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
export test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
expression feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
functions test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
global_defs test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
harmony test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
hoist test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
hoist_props test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
hoist_vars test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
html_comments test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
identity test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
ie8 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
if_return test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
inline test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_12 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_22/return_with_no_value_in_if_body test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_44 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_59/keep_continue test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_126/concatenate_rhs_strings test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_143 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_203 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_208 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_229/template_strings test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_267/issue_267 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_269 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_281 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_368/collapse test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_417 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_427 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_597 fix(es/minifier): Fix with and NaN (#4596) 2022-05-10 03:21:43 +00:00
issue_611/issue_611 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_637/wrongly_optimized test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_640 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_747 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_751 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_782 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_892/dont_mangle_arguments test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_913/keep_var_for_in test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_926/template_strings test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_973 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_976 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_979 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1001/parenthesis_strings_in_parenthesis feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1034 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1041 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_1043/issue_1043 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1044/issue_1044 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1052 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1105 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1202 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1212 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1261 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1275/string_plus_optimization test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1321 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1431 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1443 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1446 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1447 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1466 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1569/inner_reference test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_1588 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1609 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_1639 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1656/f7 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1673 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1704 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1733 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1750 test(es/minifier): Fix test system (#4571) 2022-05-08 08:27:14 +00:00
issue_1770 feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
issue_1787/unary_prefix test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_1833 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_1943 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_2001 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_2652 chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
issue_2719/warn test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_2871/comparison_with_undefined test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_2989 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_t50 test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
issue_t120 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
issue_t292 test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
join_vars feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
keep_names test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
keep_quoted_strict/keep_quoted_strict feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
labels feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
logical_assignment feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
loops test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
max_line_len test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
negate_iife test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
new fix(es/utils): Fix wrong apis (#4604) 2022-05-11 04:36:22 +00:00
node_version/eval_let_6 feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
nullish feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
numbers feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
object test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
parameters test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
parse_errors refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
properties test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
pure_funcs test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
pure_getters test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
pure_globals feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
reduce_vars test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
regexp feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
rename test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
return_undefined test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
sandbox/console_log feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
sequences test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
string_literal test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
super/super_can_be_parsed refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
switch test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
syntax_errors test(es/minifier): Use _ instead of - for terser tests (#4411) 2022-04-23 18:34:00 +00:00
template_string test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
transform test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
try_catch test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
typeof test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
unicode test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00
unsafe_symbols feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
wrap_iife feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
yield test(es/minifier): Add size tests using dbg-swc (#4664) 2022-05-16 03:01:53 +00:00