as3hx icon indicating copy to clipboard operation
as3hx copied to clipboard

internal root package gets translated to @:allow()

Open SmerkyG opened this issue 11 years ago • 0 comments
trafficstars

Internal access specifier on root package gets translated to @:allow(), which in current version of Haxe does nothing. There is unfortunately no fix available to make this possible in the current version of Haxe. Discussions with Simn led to possibilities of using @:allow("") to mean the root namespace, but it is unclear if this is the direction that will be taken and when.

SmerkyG avatar Oct 03 '14 20:10 SmerkyG