swc/ecmascript/minifier
강동윤 d20c1d3089
feat(es/minifier): Implement more rules (#1717)
swc_ecma_minifier:
 - Implement `global-defs` pass.
 - Implement `properties` pass partially.
2021-05-21 15:57:17 +09:00
..
scripts feat(es/minifier): Implement more rules (#1717) 2021-05-21 15:57:17 +09:00
src feat(es/minifier): Implement more rules (#1717) 2021-05-21 15:57:17 +09:00
tests feat(es/minifier): Implement more rules (#1717) 2021-05-21 15:57:17 +09:00
Cargo.toml feat(es/minifier): Implement more rules (#1717) 2021-05-21 15:57:17 +09:00
README.md feat(es/minifier): Implement minifier partially (#1302) 2021-05-20 13:51:30 +09:00

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