Harbs commented on issue #1163:
URL: https://github.com/apache/royale-asjs/issues/1163#issuecomment-983367686


   Search the minified code for `trace`. You will see two instances:
   1. `y.trace=m()`
   2. `jf.prototype.Ia=function(){y.trace('foo')};`
   
   The content of the trace method is removed, but the function still exists 
and every case where it's called is not being removed which can add 
significantly to output.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to