mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
2ca6e5d79b
swc_ecma_transforms_optimization: - `inline_globals`: Support inlining of `typeof`s. swc: - Change error message for parsing failure to mention `Syntax Error`. |
||
---|---|---|
.. | ||
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
.