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
Technically it looks as though any import that doesn't literally start the line will not be properly transformed, as the Regex doesn't account for any leading spaces.
Technically it looks as though any import that doesn't literally start the line will not be properly transformed, as the Regex doesn't account for any leading spaces.
I suspect
\s*
on line 7 after the^
might fix it.The text was updated successfully, but these errors were encountered: