ciscoheat / buddy

Your friendly BDD testing library for Haxe!
MIT License
96 stars 24 forks source link

Haxe 4 compatibility (nodejs target) #65

Closed kLabz closed 7 years ago

kLabz commented 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.

This does not break anything for other targets or previous haxe versions.

ciscoheat commented 7 years ago

Thank you very much! I will test it with the other platforms and merge.