swc/crates/swc_ecma_minifier/tests
Donny/강동윤 8007b2dc93
feat(es/minifier): Handle array literals in sequences (#3348)
swc_ecma_minifier:
 - `sequences`: Implement more rules for array literals.
2022-01-24 21:10:20 +09:00
..
compress/fixture fix(es/minifier): Respect block scoping while negating if statements (#3344) 2022-01-24 00:19:33 +09:00
exec fix(es/minifier): Consider capturing while inlining (#3322) 2022-01-21 10:24:41 +09:00
full fix(es/minifier): Fix handling of inlined call to a hoisted function (#3223) 2022-01-11 19:37:06 +09:00
mangle feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171) 2022-01-03 05:54:58 +09:00
projects fix(es/minifier): Don't inline a var if the initializer is reassigned (#3333) 2022-01-21 14:01:20 +09:00
terser/compress feat(es/minifier): Handle array literals in sequences (#3348) 2022-01-24 21:10:20 +09:00
compress.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
eval.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
golden.txt feat(es/minifier): Handle array literals in sequences (#3348) 2022-01-24 21:10:20 +09:00
ignored.txt feat(es/minifier): Handle array literals in sequences (#3348) 2022-01-24 21:10:20 +09:00
mangle.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
postponed.txt refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00