mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
24c597f097
swc_bundler: - Run fixer before returning bundles. - Fix planning of circular imports. - Support circular imports of root entries. - Remark properly while merging complex imports mixed with exports. |
||
---|---|---|
.. | ||
assets | ||
examples | ||
src | ||
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
.