mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
d0342a5a58
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`. |
||
---|---|---|
.. | ||
assets | ||
examples | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
README.md |
swc_bundler
Bundler for the swc project.
Features
- Clean merging (generated code is easy to optimize)
- Parallel file loading
- Tree shaking
- Common js support (aka
require
) - Circular imports
Tests live at /spack
.