mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
575aa44c25
swc_ecma_transforms_macros: - `#[parallel]`: Run hooks for single-threaded operations. swc_ecma_transforms_compat: - `shorthand`: Parallel. - `exponentation`: Parallel. - `parameters`: Parallel. - Recover some `#[fast_path]` |
||
---|---|---|
.. | ||
assets | ||
examples | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
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
.