swc/common
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
..
benches perf(node/swc): Use mimalloc (#2068) 2021-08-13 18:39:13 +09:00
examples use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
tests feat(ast_node): Add #[ast_serde] (#1595) 2021-04-21 09:11:50 +00:00
Cargo.toml feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00