mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 11:37:06 +03:00
b2aec35eb6
swc_bundler: - Support emitting iife. (Closes #1184) swc_ecma_parser: - Auto-detect script / module (Closes #1164) - lexer: Error recovery for strict mode and module mode. - More error recovery logic for strict mode violation. - Fix panic on invalid input. (Closes #1170) |
||
---|---|---|
.. | ||
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
.