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
global variables
constant data cannot be set on modules.
no namespaces
this is not really a problem as long as you can make sure that functions can locally import certain modules into their call scope. currently, including a module influences the whole context. can we add a tiny custom scope on Frame and cache modules in the background?
error handling
there is no standardized way of propagating erroneous states.
constant data cannot be set on modules.
this is not really a problem as long as you can make sure that functions can locally import certain modules into their call scope. currently, including a module influences the whole context. can we add a tiny custom scope on
Frameand cache modules in the background?there is no standardized way of propagating erroneous states.