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
It would be nice to be able to bind functions not directly to the global scope but rather to some sort of predefined namespace. Like Deno does. That way we wouldn't have global function name conflicts.