Skip to content

feat(minifier): compress a.b = a.b + c to a.b += c#8367

Merged
graphite-app[bot] merged 1 commit into
mainfrom
01-09-feat_minifier_compress_member_binary
Jan 9, 2025
Merged

feat(minifier): compress a.b = a.b + c to a.b += c#8367
graphite-app[bot] merged 1 commit into
mainfrom
01-09-feat_minifier_compress_member_binary

feat(minifier): compress `a.b = a.b + c` to `a.b += c` (#8367)

a596821
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs