swc/ecmascript/codegen
강동윤 9793926cc8
fix(es/minifier): Fix bugs and implement more rules (#2032)
swc_ecma_minifier:
 - Fix an infinite loop. (#2028)
 - Don't remove span hygiene. (#2022)

swc_ecma_codegen:
 - Fix codegen of `return` with `async` arrow. (#2020)

swc:
 - Respect `minify = false`. (#2019)
2021-08-08 14:19:04 +00:00
..
benches fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
macros fix(es/parser): Use correct position for comments (#1527) 2021-03-31 19:30:05 +09:00
scripts fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
src fix(es/minifier): Fix bugs and implement more rules (#2032) 2021-08-08 14:19:04 +00:00
tests fix(es): Fix codegen & minifier (#2006) 2021-08-04 10:27:17 +00:00
Cargo.toml fix(es/minifier): Fix bugs and implement more rules (#2032) 2021-08-08 14:19:04 +00:00