mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
ad7cb6544d
swc_bundler: - Handle computed accesses to imports correctly. - Make planning deterministic. - Prefer exports over imports while planning. - Fix https://deno.land/x/oak@v6.3.1/examples/server.ts |
||
---|---|---|
.. | ||
assets | ||
examples | ||
src | ||
tests | ||
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
.