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

Type references in definitions #3

Closed andry-tino closed 7 years ago

andry-tino commented 7 years ago

Problems might arise when having, for example:

namespace A.B {
  public class MyClass : TypeA { ... }
}

Where:

[ScriptNamespace("NewNamespace")]
public class TypeA { ... }

Suggested approach

Possibility to use transformation to always include the full type name in the syntax before starting the translation process.

andry-tino commented 7 years ago

Duplicate of #22 partially solved in #19