aharui commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569614451 You are welcome to think about whatever you want. I first want to make sure that every line of code in HelloWorld is truly needed. But I don't even have time for that right now. I'm just sad that it has grown so much. As I just posted, all prior versions also exported names so it is additional code that added the weight. If we can save even more later by reducing exports, that's great, but not a way to hide the fact that we're adding code that isn't needed. If you have time to work on the compiler, I believe that we can control renaming via global object keys. IOW, even if you took away all of the @exports, the Object.defineProperties structure also prevents renaming of properties. Or you could feed some starting set of strings into the compiler pass that does the renames.
---------------------------------------------------------------- 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
