mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
32b3bbd50b
swc_ecma_codegen: - Emit only ascii characters. (#1187, #1188) |
||
---|---|---|
.. | ||
assets | ||
examples | ||
src | ||
tests | ||
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
.