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
Right now, it's not clear whether or not I can import inside a function or how imported names are scoped. Does it follow the same rules as var? Or let? Or is it per-file?
Right now, it's not clear whether or not I can
importinside a function or how imported names are scoped. Does it follow the same rules asvar? Orlet? Or is it per-file?