mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
d4df2cece8
swc_ecma_parser: - Do not emit strict mode error while backtracking. (#1252) swc_ecma_transforms_proposal: - Handle decorator on methods with computed key. |
||
---|---|---|
.. | ||
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
.