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
By importing flash.*, I believe this library will work with the Haxe/Flash target directly, without the use of OpenFL, or will work in OpenFL, too.
However, this may not be important, and that it's hosted officially by OpenFL, we could consider this change (and then standard Flash users could add a --remap openfl:flash if desired)
+1 this actually causes compilation to fail for me, telling me that I can't access the package flash when inside a macro. Replacing all occurrences with openfl makes it work correctly.
Sources use
import flash.[...]
, shouldn't it beimport openfl.[...]
already? Can I create pull request for this?The text was updated successfully, but these errors were encountered: