You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Haxe's EitherType<> is meant to be used only as method argument.
Possible solution is to generate multiple properties/methods with modified name (e.g. ${origName}_${typeName}), for each different type, mapping them all to correct property/method via @:native.
The text was updated successfully, but these errors were encountered:
It seems that Haxe's EitherType<> is meant to be used only as method argument.
Possible solution is to generate multiple properties/methods with modified name (e.g.
${origName}_${typeName}
), for each different type, mapping them all to correct property/method via@:native
.The text was updated successfully, but these errors were encountered: