mirror of
https://github.com/swc-project/swc.git
synced 2024-11-25 22:34:04 +03:00
5520b236dd
**Description:** `EsConfig` and `TsConfig` sound like a general configuration for the whole language, while actually it's only about parsing. To avoid a breaking change, I created type aliases that will work without changing the code, while warning the users. **Related issue:** - Closes #9089. |
||
---|---|---|
.. | ||
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
.