swc/ecmascript
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
..
ast doc(es/ast): Document identifier mangagement system (#2371) 2021-10-08 01:02:02 +09:00
babel feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +09:00
codegen feat(es/codegen): Expose more API (#2375) 2021-10-08 14:36:47 +09:00
dep-graph feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
ext-transforms feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
jsdoc feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
loader feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
minifier feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
parser fix(es/parser): Report errors for array patterns without comma (#2365) 2021-10-07 17:03:06 +09:00
preset-env feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
src feat(es): Reexport minifier from swc_ecmascript (#2146) 2021-08-24 20:38:16 +00:00
transforms feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
utils feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
visit feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
Cargo.toml feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00