benmerckx / genes

Generates split ES6 modules and Typescript definitions from Haxe modules.
43 stars 8 forks source link

Rough support of multiple types in dynamic import #34

Closed kevinresol closed 3 years ago

kevinresol commented 3 years ago
genes.Genes.dynamicImport(
  (ExternalClass, ExternalSubClass) -> {...}
);
benmerckx commented 3 years ago

Wonder if we should keep only the multiple implementation around as it would work for a single argument too?

kevinresol commented 3 years ago

Updated.

Also added filter to skip emitting Genes.ignore, please check.