I recently updated my Haxe install to 4.0.0rc4 (from 4.0.0.rc3) and now receive this error message:
/js-kit/git/util/CopyMethods.hx:37: characters 13-18 : Uncaught exception unsupported
/js-kit/git/js/npm/express/Middleware.hx:58: characters 1-8 : Called from here
Taking a look at the CopyMethods class it's pointing to https://github.com/clemos/haxe-js-kit/blob/develop/util/CopyMethods.hx#L37
However, I'm not really savvy with macros... Anyone know a possible fix for this? Any help would be much appreciated :)
Thanks.
I recently updated my Haxe install to 4.0.0rc4 (from 4.0.0.rc3) and now receive this error message:
Taking a look at the CopyMethods class it's pointing to https://github.com/clemos/haxe-js-kit/blob/develop/util/CopyMethods.hx#L37
However, I'm not really savvy with macros... Anyone know a possible fix for this? Any help would be much appreciated :)
Thanks.