swc/crates/swc_ecma_minifier/tests/fixture
Donny/강동윤 14ea705f27
build(cargo): Update rustc to nightly-2023-11-04 (#8221)
**Breaking Changes**:

 - `Mark::default()` is now identical as `Mark::new()`.

**Description:**

I want to see if inlining is improved
2023-11-04 21:47:10 +00:00
..
check feat(es/minifier): Drop expressions using sequential inliner (#6936) 2023-04-29 22:19:00 +09:00
comparison test(es/minifier): Add tests for size (#5561) 2022-08-19 06:03:42 +00:00
issues build(cargo): Update rustc to nightly-2023-11-04 (#8221) 2023-11-04 21:47:10 +00:00
next build(cargo): Update rustc to nightly-2023-11-04 (#8221) 2023-11-04 21:47:10 +00:00
no-side-effect feat(es/minifier): Support __NO_SIDE_EFFECTS__ (#7532) 2023-06-21 07:25:29 +00:00
pr fix(es/minifier): Don't remove exports (#7856) 2023-08-25 13:47:42 +09:00
projects fix(es/minifier): Abort seq inliner if var is not fn_local or reassigned (#7804) 2023-08-17 05:15:59 +00:00
reduced refactor(es/minifier): Respect toplevel and module options (#7671) 2023-07-20 11:35:08 +09:00
simple feat(es/minifier): Inline a lazily initialized var if it's used once (#6237) 2022-10-26 06:02:22 +00:00
terser fix(es/minifier): Remove wrong rule (#6201) 2022-10-19 02:14:38 +00:00