benmerckx / genes

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

This fix seems to solve https://github.com/benmerckx/genes/issues/72 #73

Closed mikkelmr closed 6 months ago

mikkelmr commented 6 months ago

Still need to figure out how to make a test case for the change.

benmerckx commented 6 months ago

Thanks, while this fixed the specific static access of the iterator property, the underlying issue was not fixed. I've merged the changes in so that we get both.

mikkelmr commented 6 months ago

Great, just happy to help. version 4.11 works on my side now :-)