swc/crates
Donny/강동윤 a7f0e84bbf
feat(es/minifier): Drop useless assignments (#3528)
testing:
 - Allow skipping diff using an environment variable `DIFF`.

swc_ecma_minifier:
 - `pure`: Drop useless assignemnts.
2022-02-11 08:43:48 +00:00
..
ast_node chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
enum_kind refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
from_variant refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
jsdoc refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
node refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
node_macro_deps refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
string_enum refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc feat(es/minifier): Drop useless assignments (#3528) 2022-02-11 08:43:48 +00:00
swc_atoms chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_bundler chore(build): Disable LTO for local builds (#3514) 2022-02-10 17:35:15 +09:00
swc_cli refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_common chore: Publish crates 2022-02-10 16:05:48 +09:00
swc_css chore: Publish crates 2022-02-11 12:33:41 +09:00
swc_css_ast refactor(css/ast): Unify SimpleBlock and Block (#3519) 2022-02-11 03:58:26 +00:00
swc_css_codegen refactor(css/ast): Unify SimpleBlock and Block (#3519) 2022-02-11 03:58:26 +00:00
swc_css_codegen_macros refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_minifier chore: Publish crates 2022-02-11 12:33:41 +09:00
swc_css_parser refactor(css/ast): Unify SimpleBlock and Block (#3519) 2022-02-11 03:58:26 +00:00
swc_css_utils chore: Publish crates 2022-02-10 20:27:33 +09:00
swc_css_visit refactor(css/ast): Unify SimpleBlock and Block (#3519) 2022-02-11 03:58:26 +00:00
swc_ecma_ast refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_codegen refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_codegen_macros build(node-swc): Fix GLIBC < 2.18 compatible issues and android arm binary loading issue (#3314) 2022-01-20 02:21:24 +00:00
swc_ecma_dep_graph refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_ext_transforms refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_lints chore: Publish crates 2022-02-10 13:52:54 +09:00
swc_ecma_loader refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_minifier feat(es/minifier): Drop useless assignments (#3528) 2022-02-11 08:43:48 +00:00
swc_ecma_parser refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_preset_env refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_base refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_classes refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_compat refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_macros refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_module refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_optimization refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_proposal refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_react refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_testing refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_transforms_typescript refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_utils refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecma_visit refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_ecmascript chore: Publish crates 2022-02-10 21:27:43 +09:00
swc_eq_ignore_macros refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_estree_ast refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_estree_compat refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_fast_graph refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_graph_analyzer refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_macros_common refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_node_base refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_node_bundler refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_node_comments refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_plugin refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_plugin_macro refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_plugin_runner feat(plugin): implement proxy for Mark and SyntaxContext (#3511) 2022-02-10 06:57:42 +00:00
swc_plugin_testing refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_stylis chore: Publish crates 2022-02-10 20:27:33 +09:00
swc_timer chore: Publish crates 2022-01-12 18:39:56 +09:00
swc_visit refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_visit_macros refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
swc_webpack_ast refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
testing feat(es/minifier): Drop useless assignments (#3528) 2022-02-11 08:43:48 +00:00
testing_macros refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
wasm refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00