@expose should be usded instead of untyped, ain't it?
I wonder if such kind of construct could be done easily in haxe too ?
var namespace = namespace || {};
namespace.values = (
function()
{
return {
myVal : []
};
}
)();
A way to expose hash values in namespaces
Is it the case of modifying the js output + a meta ?
Thanks,