andry-tino / Rosetta

Toolset for migrating your codebase from C# to TypeScript
http://antino-enlad.cloudapp.net:8080/job/Rosetta/
GNU General Public License v3.0
24 stars 9 forks source link

Restructure projects to introduce ScriptSharp translation #32

Closed andry-tino closed 7 years ago

andry-tino commented 7 years ago

So far a separation has been made:

Rosetta must be able to translate generic C# code and C# code which has been written specifically for ScriptSharp. Thus the separation must be:

In order to do that a new project must be introduced: ScriptSharp. Components need to be re-wired and tests need to be rewired as well.

Projects

Changes to do:

In tests:

Rearrangement

Components to be rearranged:

Rearrange tests accordingly to new structure in source.

Final notes

Rearrangement is only at filesystem level in the file organization. Namespaces in files are fine.

andry-tino commented 7 years ago

This effort is preparatory for #29.