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
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
After merging imports and exports, we should have one global scope for a project with the child scopes connected. Now we have one GlobalScope for each imported file.
The text was updated successfully, but these errors were encountered:
What would we gain from this? I was thinking about it for a while, but dismissed the idea, since the scope of the modules are not merged, only references are imported. Maybe global variables should be extracted, like window.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After merging imports and exports, we should have one global scope for a project with the child scopes connected. Now we have one GlobalScope for each imported file.
The text was updated successfully, but these errors were encountered: