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
See tvcutsem/harmony-reflect#47 (comment). A safe way to concatenate JS files would be to join on "\n;", but that is not robust against potential future additions to the language (such as allowing unclosed trailing multiline comments).