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
If a newline is added between // foo and the import 'foo', the comment will then show up in the output. If the file is compiled with --module commonjs, the comment will also show up in the output, in that case regardless of the whitespace.