mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
ba13db54db
swc_bundler: - Allow `export *` and `import` from same source. (denoland/deno#8828, denoland/deno#8725) - Handle contextual keywords. (denoland/deno#8680) - Prevent duplicated identifiers. (denoland/deno#8725) swc_ecma_transforms: - dce: Preserve tags in tagged template literals. (denoland/deno#8746) - dce: Handle throw statement correctly. (denoland/deno#8736) |
||
---|---|---|
.. | ||
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
.