swc/crates/swc_ecma_minifier/tests
Donny/강동윤 8e796cdc0a
fix(es/minifier): Don't emit invalid code (#3302)
swc_ecma_minifier:
 - Add lots of debug assertions for invalid codes.
 - Remove all invalid AST nodes eagerly.
 - `pure`: Normalize `PatOrExpr`.
 - `analyzer`: Handle `PatOrExpr` correctly.
2022-01-18 20:52:21 +09:00
..
compress/fixture fix(es/minifier): Don't emit invalid code (#3302) 2022-01-18 20:52:21 +09:00
exec refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +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 emit invalid code (#3302) 2022-01-18 20:52:21 +09:00
terser/compress fix(es/minifier): Fix bugs (#3238) 2022-01-12 16:57:54 +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 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
ignored.txt refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +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