swc/crates/swc_ecma_minifier/tests
Donny/강동윤 fe40d8312b
test(es): Accept arguments (#5916)
**Description:**

This PR adds a way to provide arguments to `exec_node_js`.
2022-09-21 16:23:10 +09:00
..
fixture perf(es/minifier): Optimize analyzer (#5908) 2022-09-20 08:21:39 +00:00
full feat(es/minifier): Drop function identifier in a single pass (#5901) 2022-09-19 15:07:56 +00:00
mangle fix(es/codegen): Drop the last comma in an array literal (#5877) 2022-09-16 15:48:28 +09:00
projects perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00
single-pass perf(es/minifier): Optimize analyzer (#5908) 2022-09-20 08:21:39 +00:00
terser/compress perf(es/minifier): Optimize analyzer (#5908) 2022-09-20 08:21:39 +00:00
analyzer.rs refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
compress.rs test(es): Accept arguments (#5916) 2022-09-21 16:23:10 +09:00
eval.rs perf(es/ast): Use Atom in some places (#5271) 2022-07-22 20:09:25 +09:00
exec.rs test(es): Accept arguments (#5916) 2022-09-21 16:23:10 +09:00
mangle.rs fix(es/minifier): Don't replace parameters of IIFE if it's recursive (#5852) 2022-09-14 05:02:14 +00:00
passing.txt perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00
postponed.txt feat(es/minifier): Move assign with seq init into seq (#5847) 2022-09-14 12:57:18 +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 perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00