codemodel-rifle icon indicating copy to clipboard operation
codemodel-rifle copied to clipboard

Merge GlobalScopes into a single scope

Open luczsoma opened this issue 7 years ago • 1 comments

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.

luczsoma avatar Apr 10 '17 22:04 luczsoma

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.

steindani avatar Apr 11 '17 20:04 steindani