mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
a81661c74a
swc_ecma_transforms_base: - `hygiene`: Skip checking a symbol if we are sure that it will be discarded. swc_ecma_laoder: - Optimize `NodeModulesResolver` by trying `.js` first. |
||
---|---|---|
.. | ||
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
.