mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
.. | ||
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