mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 19:47:10 +03:00
5a0bacb5b8
swc_ecma_codegen: - Fix codegen of `\x00`. (#1619) swc_ecma_preset_env: - Fix order of core-js imports. (#1605) swc_ecma_transforms_react: - Preserve ` `. (#1446) swc: - Upgrade dashmap. (#1616) |
||
---|---|---|
.. | ||
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
.