Skip to content

feat(minifier): compress a || (a = b) to a ||= b - #8315

Merged
graphite-app[bot] merged 1 commit into
mainfrom
01-07-feat_minifier_compress_logical_to_assignment
Jan 7, 2025
Merged

feat(minifier): compress a || (a = b) to a ||= b#8315
graphite-app[bot] merged 1 commit into
mainfrom
01-07-feat_minifier_compress_logical_to_assignment

feat(minifier): compress `a || (a = b)` to `a ||= b` (#8315)

ec88c68
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs