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

Emit System.Collections.ArrayList as any[] #55

Closed andry-tino closed 6 years ago

andry-tino commented 6 years ago

At the moment, we emit type:

`System.Collections.ArrayList`

As is. While we should emit it as:

any[]

Important A flag should be used to activate/deactivate this mapping.