benmerckx / genes

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

Cannot use interface as value #15

Closed kevinresol closed 4 years ago

kevinresol commented 4 years ago

for any interface, this will fail at runtime:

assert(MyInterface != null)

ReferenceError: MyInterface is not defined