crossecore / crossecore-generator

Code generator for Java, C#, TypeScript and Swift
Apache License 2.0
12 stars 8 forks source link

TypeScript method overloading simulation does not work for generic data types #3

Open schwichti opened 4 years ago

schwichti commented 4 years ago
define_EMap<string,string>_DiagnosticChain_EMap<any,any>(options:Map<string, string>, diagnostics:DiagnosticChain, context:Map<any, any>): EPackage ;   

method name must not contain commas or angle brackets