mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
2fedf32747
swc_bundler: - Splitted from spack swc_ecma_parser: - Fix unexpected eof problem which occurs if log level is trace swc_ecma_transforms: - Fix bugs of dce pass spack: - Support cyclic dependencies
14 lines
230 B
Markdown
14 lines
230 B
Markdown
# 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`.
|