You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anonymous fn bodies inlined into parent CFG — Enum.reduce(fn ... end) callbacks with internal branching are now decomposed into visible control flow blocks
Block merging for same-line nested constructs — inline if x, do: a, else: b no longer creates monster merged blocks
Source extraction for clauses without source spans — multi-clause function heads now show source via child node line walking