sq / JSIL

CIL to Javascript Compiler
http://jsil.org/
Other
1.73k stars 241 forks source link

Suppress type duplicates warning #1028

Open iskiselev opened 8 years ago

iskiselev commented 8 years ago

Added jsilConfig (js-side) flags: suppressTypeDuplicatesReport, suppressPrivateTypeDuplicatesReport.

Usually having same-named types in different assemblies is not a problem at all, besides all roslyn-compiled assemblies will have same-named type that implements string hash algorithm.