joshtynjala commented on issue #203: URL: https://github.com/apache/royale-compiler/issues/203#issuecomment-995114035
So I discovered that members of the `XML` and `XMLList` classes always fail to resolve in the compiler. Even if a field is absolutely defined on the class, the definition still resolves to `null`. This is due to the dynamicness of these classes, where setting properties changes an internal representation of the XML data, instead of storing fields on the object. With that in mind, I decided that if the class where the member is being accessed resolves to `XML` or `XMLList`, the compiler can safely ignore `-js-dynamic-access-unknown-members=true`. -- 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]
