benmerckx / genes

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

fix `do while` for haxe 4.3.1 #69

Closed Antriel closed 1 year ago

Antriel commented 1 year ago

I didn't investigate where the error comes from, but there was a JS syntax error with haxe 4.3.1:

                }; while (a < 10);
                 ^
SyntaxError: Unexpected token ';'
benmerckx commented 1 year ago

Thanks, this must have been an oversight