swc/node-swc
강동윤 d1c481790c
feat(swc): Expose minifier api (#1978)
swc_ecma_codegen:
 - Fix codegen of imports when minification is enabled.

swc_ecma_minifier:
 - Mangle identifiers used by imports.

swc:
 - Support specifing `jsc.minify`. (#704, #1371)

swc/node:
 - Add `.minify()`.
 - Add `.minifySync()`.

swc/wasm:
 - Add `.minifySync()`.
2021-07-31 06:30:06 +00:00
..
__tests__ feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00
benches Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
src feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00
tests fix(swc): Fix various bugs (#1588) 2021-04-18 20:58:30 +00:00
.gitignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
.npmignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00