swc/crates/swc_ecma_minifier/tests/terser/compress/block_scope
Donny/강동윤 f8358fbe2b
fix(es/minifier): Remove wrong variable joiner pass (#5992)
**Description:**

We had two passes for joining variables. This PR removes one in the full optimizer, which is wrong.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5989.
2022-09-29 19:11:18 +09:00
..
do_not_hoist_let fix(es/minifier): Remove wrong variable joiner pass (#5992) 2022-09-29 19:11:18 +09:00
do_not_remove_anon_blocks_if_they_have_decls test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
drop_undefined_vardef test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
issue_241 test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
issue_334 test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
issue_508 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
let_statement test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
regression_block_scope_resolves test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
remove_unused_in_global_block test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
switch_block_scope_mangler test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00