Community
Participate
Working Groups
I noticed that some of the newer files (assert.js) use the orion variable namespace instead of eclipse. We should switch everything else over at some point.
For many things we should really just stop declaring globally-scoped variables at all. For example anything that is intended to be accessed via the service registry doesn't need to occupy the global namespace. Of course we will end up with various helper objects and functions that should be consolidated under a single top-level variable... orion is likely better than eclipse for this purpose.
git status and compare editor stuffs are already in orion name space.
This was done for M8.