swc/ecmascript/minifier/tests/compress/fixture/projects
강동윤 c8b46bf6db
feat(es/minifier): Implement more rules (#2183)
swc_ecma_codegen:
 - Don't panic on `Pat::Invalid`.
 - Fix codegen of unary minus. (#2213)

swc_ecma_minifier:
 - Remove identifier of function expressions if a variable with same name exists.
 - `sequences`: Merge into the argument of a throw statement.
 - Use `ignore_return_value` for `void` expressions.
 - Improve inlining.
 - Drop last `return` if the return value is not used.
 - `sequences`: Merge `c++; use(c)` as `use(++c)`.
 - `sequences`: Merge assignments with an operator.
 - `comparisons`: Optimize the comparison operator if type is equivalent.
 - Fix `negate_cost`.
 - `unused`: Fix order or variable initalizer when variables are dropped.
 - Fix `top_retain` option.
 - `if_return`: Don't merge nested if it's wrong to do so. (#2214)
 - Fix negation of `if_return`.
2021-09-08 09:45:39 +00:00
..
angular fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
backbone feat(es/minifier): Make minifier parallel (#2009) 2021-08-07 08:27:52 +00:00
jquery fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
mootools fix(es/minifier): Fix bugs and implement more rules (#2032) 2021-08-08 14:19:04 +00:00
next feat(es/minifier): Implement more rules (#2039) 2021-08-10 08:52:28 +00:00
react feat(es/minifier): Make minifier parallel (#2009) 2021-08-07 08:27:52 +00:00
underscore fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
wmr/archive-1/chunks feat(es/parser): Always enable features in ES spec (#2029) 2021-08-08 22:53:41 +09:00
yui feat(es/minifier): Implement more rules (#2183) 2021-09-08 09:45:39 +00:00
config.json fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00