andyli / jQueryExternForHaxe

Unleash the full power of jQuery in Haxe.
http://lib.haxe.org/p/jQueryExtern
65 stars 12 forks source link

Plugin mechanism failed in haxe 4 #26

Closed kevinresol closed 5 years ago

kevinresol commented 5 years ago

Apparently the force-build mechanism here is broken in haxe 4.

My observation is that, after running Context.getType, plugins.get(pluginFullName) is still null.

While in haxe 3 it should be an array of fields.