swc/crates/swc_ecma_minifier/tests
Donny/강동윤 e60ae2a486
feat(es/minifier): Implement all template literal evaluation rules (#4360)
- We now handle nested template literals.
 - We now drop expressions in template literals if it's ignored.
2022-04-18 02:43:55 +00:00
..
compress/fixture fix(es/minifier): Preserve vars in dead branches (#4345) 2022-04-17 08:15:14 +00:00
full fix(es/codegen): Fix overflow of numeric literals (#4321) 2022-04-13 10:16:51 +00:00
mangle perf(es/minifier): Refactor base54 (#3989) 2022-03-12 15:36:42 +00:00
projects feat(es/minifier): Enable dead_code by default (#4309) 2022-04-12 03:40:10 +00:00
single-pass feat(es/minifier): Improve evaluation of template literals (#4359) 2022-04-18 08:43:54 +09:00
terser/compress feat(es/minifier): Implement all template literal evaluation rules (#4360) 2022-04-18 02:43:55 +00:00
compress.rs feat(es/minifier): const => let (#3654) 2022-04-17 15:52:29 +00:00
eval.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
exec.rs fix(es/minifier): Fix handling of eval (#4273) 2022-04-08 08:56:28 +00:00
golden.txt feat(es/minifier): Implement all template literal evaluation rules (#4360) 2022-04-18 02:43:55 +00:00
mangle.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
TODO.txt feat(es/minifier): Implement all template literal evaluation rules (#4360) 2022-04-18 02:43:55 +00:00