Harbs commented on issue #153: URL: https://github.com/apache/royale-compiler/issues/153#issuecomment-645945037
Gotcha. I don't think it's a bug. The JS is compiled when the library is packaged into a SWC. For this to work as you expect, the __library__ needs to be compiled using the `-js-dynamic-access-unknown-members=true`. If Jewel would be compiled with that option, it would work as you'd expect. I use this extensively in my own libs and it works very well. I'm not sure it makes sense to add that to framework libs. Quoting variable names is the way to go IMO for framework code. ---------------------------------------------------------------- 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]
