swc/ecmascript/minifier/tests/terser/compress/issue-281/issue_1595_3
강동윤 026c21ec68
feat(es/minifier): Make minifier parallel (#2009)
swc_ecma_minifier:
 - Introduce `bundle` mode, which can be used to parallelize processing of bundled files.
 - Add a function analyzer that checks if the function references something from the outer scope.
 - Split out parellsizable passes.
 - Split `optimzer` into pure / non-pure.
 - Run pure optimizations in parallel.
2021-08-07 08:27:52 +00:00
..
config.json feat(es/minifier): Implement minifier partially (#1302) 2021-05-20 13:51:30 +09:00
input.js feat(es/minifier): Implement minifier partially (#1302) 2021-05-20 13:51:30 +09:00
output.js feat(es/minifier): Make minifier parallel (#2009) 2021-08-07 08:27:52 +00:00
output.terser.js feat(es/minifier): Implement more rules (#1735) 2021-05-25 16:39:07 +09:00