mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
dcdac2db6f
swc_ecma_transforms_typescript: - Add option to use define propert for `strip` pass. (#1472) node-swc: - Fix `keepClassNames`. (Brooooooklyn/swc-node#335) |
||
---|---|---|
.. | ||
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
.