mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
c6b22c57f8
Co-authored-by: Fábio Santos <fabiosantosart@gmail.com> |
||
---|---|---|
.. | ||
scripts | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
Minifier
EcmaScript minifier for the swc project. This is basically a port of terser.
Copying tests
Replace the content of terser/test/compress.js
with it of scripts/compress.js
and run npm run test:compress