mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
8ca3d1160d
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
.