swc/ecmascript
강동윤 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
..
ast refactor(es/dep-graph): Remove SourceMap dependency (#1908) 2021-07-14 00:59:13 +09:00
codegen feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00
dep-graph fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
ext-transforms fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
jsdoc fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
loader fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
minifier feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00
parser fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
preset-env fix(es/codegen): Remove extra space of import decl (#1975) 2021-07-29 18:56:59 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms feat(es/minifier): Implement more rules (#1871) 2021-07-30 10:11:27 +09:00
utils fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
visit refactor(es/dep-graph): Remove SourceMap dependency (#1908) 2021-07-14 00:59:13 +09:00
Cargo.toml feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00