mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
6ad3f7b90e
swc_ecma_transforms: - Expose `VisitMut` if possible. swc_ecma_visit: - Implement `VisitMut` for` Folder<V>`. - Implement `VisitMut` for `AndThen<A, B>`. |
||
---|---|---|
.. | ||
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
.