swc/.github
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
..
ISSUE_TEMPLATE fix(es/transforms/base): Fix hygiene of catch clause (#1413) 2021-02-19 16:52:02 +09:00
workflows feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
.prettierrc feat(es/minifier): Implement minifier partially (#1302) 2021-05-20 13:51:30 +09:00
FUNDING.yml chore: Add a link to github sponers 2021-09-15 18:05:53 +09:00