oxc/crates/oxc_syntax
sapphi-red e6fe84d674
feat(minifier): compress a = a + b to a += b (#8314)
Compress `a = a + b` to `a += b` and for other binary operators that are possible to.
2025-01-07 23:19:50 +00:00
..
src feat(minifier): compress a = a + b to a += b (#8314) 2025-01-07 23:19:50 +00:00
Cargo.toml feat(minfier): add CompressOptions::target (#8179) 2024-12-29 12:27:32 +00:00
CHANGELOG.md release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00