swc/crates/swc/tests
Donny/강동윤 68e9017376
fix(es/minifier): Improve minifier (#3350)
swc_ecma_transforms_optimization:
 - `expr_simplifier`: Track more changes.

swc_ecma_minifier:
 - Analyze after applying the pure optimizer.
 - Preserve access to a variable not in scope.
 - `compress`: Remove string literal if it was not a directive.
 - `pure/collapse_vars`: Merge vars declared in the first statement into one with initializers if `collapse_vars` and `join_vars` are enabled.
 - `unused`: Use `usage_count` instead of `ref_count`.
 - `unused`: Fix dropping rule for member expressions.
 - `unused`: Fix dropping rule for declarations.
 - `hoist_props`: Preserve exported items.
2022-01-27 15:36:22 +09:00
..
deno-unit refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
env refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
errors/lints feat(es/lints): Implement "no-console" rule (#3269) 2022-01-26 20:39:19 +09:00
fixture feat(es/bugfix): Add bugfix-safari-id-destructuring-collision-in-function-expression (#3109) 2022-01-24 05:48:52 +00:00
projects refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
serde refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
srcmap refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
stacktrace refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
swcrc_errors refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
tsc-references fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
vercel fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
error_msg.rs doc(repo): Update contributing docs (#3298) 2022-01-20 10:08:28 +09:00
projects.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
rust_api.rs feat(es/lints): Implement "no-console" rule (#3269) 2022-01-26 20:39:19 +09:00
serde.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
simple.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
source_map_inline.js fix(es): Fix paths support (#2712) 2021-11-11 16:57:31 +09:00
source_map.js refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
source_map.rs feat(swc): Add IsModule (#2601) 2021-11-16 10:31:02 +00:00
tsc.rs fix(swc): Remove wrong-target (#3251) 2022-01-13 18:41:34 +09:00