swc/crates/swc_ecma_minifier/tests
Donny/강동윤 88d40e8ab8
fix(es/minifier): Fix usage counter to fix infinite loop (#6744)
**Description:**

We skip non-computed property names while checking if we can inline an expression.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6729.
2023-01-04 04:31:12 +00:00
..
benches-full fix(es/minifier): Use unsafe option for arrow => method (#6521) 2022-11-29 05:23:55 +00:00
fixture fix(es/compat): Fix syntax context of async-to-generator (#6741) 2023-01-03 09:45:03 +00:00
full test(es/minifier): Enable size tests created from creduce (#6646) 2022-12-14 09:19:51 +00:00
mangle fix(es/compat): Fix span hygiene of function naming pass (#6345) 2022-11-14 06:03:09 +00:00
pass-1 fix(es/minifier): Don't drop used variables from sequential inliner (#6520) 2022-11-29 04:12:11 +00:00
pass-default feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
projects fix(es/minifier): Abort IIFE invoker completely on eval (#6659) 2022-12-15 07:49:58 +00:00
terser/compress fix(es/utils): Fix detection of hoisting (#6738) 2023-01-03 03:12:01 +00:00
compress.rs test(es/minifier): Enable size tests created from creduce (#6646) 2022-12-14 09:19:51 +00:00
eval.rs perf(es/ast): Use Atom in some places (#5271) 2022-07-22 20:09:25 +09:00
exec.rs fix(es/minifier): Fix usage counter to fix infinite loop (#6744) 2023-01-04 04:31:12 +00:00
mangle.rs test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
passing.txt feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
postponed.txt feat(es/minifier): Ignore more return values (#5981) 2022-09-28 14:20:37 +00:00
terser_exec_base.js refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
terser_exec.rs perf(es/minifier): Enable parallel processing (#5705) 2022-09-01 13:36:30 +09:00
TODO.txt feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00