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
Profiling shows we end up performing a lot of allocations in this section of
code. Minimise string allocations by combining the two platform-specific newline
regexps into one.
0 commit comments