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
fix(match): Support empty lines and comments in match expressions (closes#1956) (#2201)
* refactor(match): Extract var and remove ifBreak
Match arms are never combined onto a single line, so ifBreak is not
needed.
* feat(match): Support empty lines between arms
* feat(match): Print leading comments
* feat(match): Print trailing comments
0 commit comments