mirror of
https://github.com/swc-project/swc.git
synced 2025-01-06 04:54:03 +03:00
bb6dde7943
**BREAKING CHANGE:** IMPORTANT NOTE: Users of decorators are recommended to configure `"useDefineForClassFields": false` to ensure that your code is properly transpiled. **Related issue:** - Closes https://github.com/swc-project/swc/issues/6985. |
||
---|---|---|
.. | ||
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
.