aharui commented on issue #641: Fix PAYG violations and code debt
URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569881703
 
 
   I suggest trying a very simple test case without Royale and calling closure 
compiler from the command-line to verify what it can do.
   
   The Royale compiler sets a ton of options on the closure compiler and could 
be setting something that screws up removal of prototype methods.
   
   There is a Royale compiler option '-skip-transpile' that is intended to skip 
any JS code generation and just run the closure compiler on bin/js-debug.  
Otherwise the source files get re-transpiled and remove-circulars runs on the 
output js and maybe that screws up dead-code removal (although it doesn't seem 
likely)

----------------------------------------------------------------
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

Reply via email to