As it was stated public var generates warnings. I'm running royale via npm scripts.
Even if the js sources seem to compile fine, npm abruptly interupts the execution just after the compilation. It seems that it returns an error code, either that or npm is misinterpreting it as an error code. That said adding ```-warn-public-vars=false``` fixed the problem for me. [ Full content available at: https://github.com/apache/royale-asjs/issues/260 ] This message was relayed via gitbox.apache.org for [email protected]
