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
GH#8 - preserve newlines when collapsing whitespace
When we collapse a series of whitespace characters, *if* that series of
characters happens to contain a newline character in it then we will
collapse *to* a newline character.
That way, we don't accidentally break "semi-colons are optional in
JavaScript" by collapsing multiple statements onto a single line.
0 commit comments