mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
swc_bundler: - Handle dependencies of circular modules in wrapped modules. (#1214) - Handle `export * from './file.ts'` properly. (denoland/deno#8481) - Fix deglobbing. (denoland/deno#8486) |
||
---|---|---|
.. | ||
assets | ||
examples | ||
scripts | ||
src | ||
tests | ||
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
.