Closed kLabz closed 7 years ago
I really like this lib, and hope it will still be around for a long time :)
At the moment, though, it is not fully compatible with Haxe 4.0. I've only tested with nodejs, which works fine once this little fix is added:
untyped __js__ breaks in buddy.internal.sys.NodeJs.hx with Haxe 4.0, due to a breaking change.
untyped __js__
buddy.internal.sys.NodeJs.hx
This does not break anything for other targets or previous haxe versions.
Thank you very much! I will test it with the other platforms and merge.
I really like this lib, and hope it will still be around for a long time :)
At the moment, though, it is not fully compatible with Haxe 4.0. I've only tested with nodejs, which works fine once this little fix is added:
untyped __js__
breaks inbuddy.internal.sys.NodeJs.hx
with Haxe 4.0, due to a breaking change.This does not break anything for other targets or previous haxe versions.