swc/ecmascript/transforms/optimization/tests
Donny/강동윤 d0342a5a58
feat(swcpack): Enable concurrent mode (#2356)
swc_common:
 - Use `Mutex` from `parking_lot` instead of it from std.

swc_bundler:
 - Use `fxhash` if possible.
 - Don't `clone()` all modules if the entry has only one item.

swc_ecma_loader:
 - `NodeModulesResolver`: Use `path-clean` instead of `canonicalize`.

swc_ecma_transforms_optimization:
 - Reimplement `dce`

node_bundler:
 - Enable `concurrent` of `swc_bundler`.
2021-10-08 16:47:01 +09:00
..
dce fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
expr-simplifier fix(es): Fix some easy bugs (#2166) 2021-08-27 06:03:06 +00:00
const_modules.rs fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
fixture.rs fix(es/minifier): Don't optimize new String. (#2341) 2021-10-04 06:44:37 +00:00
simplify_dce.rs feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
simplify_inlining.rs fix(es/transforms/base): Optimize hygiene (#2193) 2021-09-01 13:11:55 +00:00
simplify.rs feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00