swc/crates/swc_ecma_minifier/tests
Donny/강동윤 7f2a2c1e40
refactor(es/ast): Improve type definitions of patterns (#8532)
**Description:**

 - Copy `AssignmentTarget` from `oxc`.
 - Use `BindingIdentifier` in more places.

**Related issue:**
 
 - Closes #8026
2024-02-05 15:32:52 +09:00
..
benches-full refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
fixture refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
full refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +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 refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
terser/compress refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
compress.rs refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09: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 feat(es/minifier): Respect more options (#8582) 2024-02-02 12:35:58 +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 feat(es/minifier): Respect more options (#8582) 2024-02-02 12:35:58 +00:00