mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
43c8cda31a
swc_ecma_transforms_base: - `resolver`: Ignore named export with source. - `hygiene`: Ignore named export with source. (Closes #2924, Closes #3114) swc_ecma_minifier: - Handle `export default` declarations as declaration instead of expressions. (Closes #2717) - Don't override already-processed identifiers. (Closes #2988) swc_bundler: - Adjust the syntax context for named re-exports. |
||
---|---|---|
.. | ||
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
.