[GitHub] [royale-asjs] greg-dove commented on issue #1163: trace no longer stripped out

2021-12-01 Thread GitBox
greg-dove commented on issue #1163: URL: https://github.com/apache/royale-asjs/issues/1163#issuecomment-983385464 > 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

[GitHub] [royale-compiler] Harbs opened a new issue #200: Invalid output when using `-prevent-rename-public-symbols=false`

2021-12-01 Thread GitBox
Harbs opened a new issue #200: URL: https://github.com/apache/royale-compiler/issues/200 The following code (inside a class called `RuntimeOptions`): ``` private static var _client:String; public static function get client():String{init();return _client;} public static function

[GitHub] [royale-asjs] greg-dove commented on issue #1163: trace no longer stripped out

2021-12-01 Thread GitBox
greg-dove commented on issue #1163: URL: https://github.com/apache/royale-asjs/issues/1163#issuecomment-983389610 > I'm curious why `org.apache.royale.utils.Language` does not exist in output, but we have 194 other `org.apache.royale` classes whose names are preserved. > > Looking

[GitHub] [royale-asjs] greg-dove edited a comment on issue #1163: trace no longer stripped out

2021-12-01 Thread GitBox
greg-dove edited a comment on issue #1163: URL: https://github.com/apache/royale-asjs/issues/1163#issuecomment-983389610 > I'm curious why `org.apache.royale.utils.Language` does not exist in output, but we have 194 other `org.apache.royale` classes whose names are preserved. > >