swc/crates/swc_ecma_minifier/tests
Donny/강동윤 18e0b53fbb
feat(es/minifier): Inline more IIFE arguments (#8584)
**Description:**

We can inline more.
2024-02-02 09:42:15 +09:00
..
benches-full feat(es/minifier): Inline more IIFE arguments (#8584) 2024-02-02 09:42:15 +09:00
fixture feat(es/minifier): Inline more IIFE arguments (#8584) 2024-02-02 09:42:15 +09:00
full feat(es/minifier): Inline more IIFE arguments (#8584) 2024-02-02 09:42:15 +09:00
mangle fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488) 2023-06-07 05:08:35 +00:00
pass-1 feat(es/minifier): Swap bin expr to save paren (#8277) 2023-11-14 16:45:24 +00:00
pass-default feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
projects feat(es/minifier): Inline more IIFE arguments (#8584) 2024-02-02 09:42:15 +09:00
terser/compress feat(es/minifier): Inline more IIFE arguments (#8584) 2024-02-02 09:42:15 +09:00
compress.rs fix(es/minifier): Fix a bug in tpl string <-> string logic (#8510) 2024-01-19 00:44:19 +00:00
eval.rs perf(es/ast): Shrink size of Expr (#7041) 2023-03-09 13:34:11 +00:00
exec.rs fix(es/minifier): Fix a bug related to inliner and the variable scoping (#8542) 2024-01-24 01:12:02 +00:00
format.rs fix(es/codegen): Wrap quote for length greater than one (#8351) 2023-11-29 14:09:44 +00:00
mangle.rs test(es/minifier): Enable script mode for terser_exec and mangle (#8474) 2024-01-02 06:00:26 +00:00
passing.txt test(es/minifer): Update the passing terser test list (#8573) 2024-01-30 04:40:52 +00:00
postponed.txt fix(es/minifier): Abort seq inliner if b can short-circuit (#8128) 2023-10-18 03:44:36 +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 fix(es/resolver): Resolve top-level undefined, NaN, and Infinity correctly (#8471) 2024-01-04 04:24:14 +00:00
TODO.txt test(es/minifer): Update the passing terser test list (#8573) 2024-01-30 04:40:52 +00:00