Harbs commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569611075 It seems a heavy price to pay to force `@export` on all apps for the few apps which require separate compilation for modules. It seems to me: 1. "Normal" apps should not need it. 2. Modules which are compiled at the same time as the main application don't need it either. (FWIW, the one time I used modules in Flex, I always compiled the modules together with the main app) 3. Even if the modules are compiled spearately, as long as they are _minified_ at the same time, there should be no issues. 4. If complete separate compilation is required, then maybe minification is a price that needs to be paid for that use case.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
