benmerckx / genes

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

Register.hx:62 Uncaught TypeError: resolve.__init__ is not a function #61

Open sonygod opened 2 years ago

sonygod commented 2 years ago

test with haxeui and got this error

Register.hx:62 Uncaught TypeError: resolve.__init__ is not a function
    at Function.res.__init__ (Register.hx:62)
    at new res (Register.hx:62)
    at new HBox2 (HBox.hx:10)
    at MainUIView2.new (ComponentMacros.hx:577)
    at new res (Register.hx:62)
    at new MainUIView2 (MainUIView.hx:12)
    at MainUI.hx:11
    at window.document.body.onload (AppImpl.hx:20)