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’d be nice if you could resolve global variables like window automatically.
So if a factory doesn’t exist, check if it exists on the global scope
This is potentially breaking as stuff that would fall over before for not existing, could now be resolved on the global object. This might not be a problem, per se, but it is a change to expected behaviour.
The text was updated successfully, but these errors were encountered:
global dependencies such as `Window` and `Document` are now automatically resolved (unless you register your own dependency of the same name)
closes#69
global dependencies such as `Window` and `Document` are now automatically resolved (unless you register your own dependency of the same name)
closes#69
global dependencies such as `Window` and `Document` are now automatically resolved (unless you register your own dependency of the same name)
closes#69
global dependencies such as `Window` and `Document` are now automatically resolved (unless you register your own dependency of the same name)
closes#69
It’d be nice if you could resolve global variables like window automatically.
So if a factory doesn’t exist, check if it exists on the global scope
This is potentially breaking as stuff that would fall over before for not existing, could now be resolved on the global object. This might not be a problem, per se, but it is a change to expected behaviour.
The text was updated successfully, but these errors were encountered: