[GitHub] [royale-compiler] greg-dove closed issue #198: (JX) Some member-access and dynamic-access js outputs are missing closing parenthesis

2021-11-28 Thread GitBox
greg-dove closed issue #198: URL: https://github.com/apache/royale-compiler/issues/198 -- 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:

[GitHub] [royale-compiler] greg-dove opened a new issue #198: (JX) Some member-access and dynamic-access js outputs are missing closing parenthesis

2021-11-28 Thread GitBox
greg-dove opened a new issue #198: URL: https://github.com/apache/royale-compiler/issues/198 Example: var dateDiff:int = -(d.date); //where d is a Date instance var negated:int = -(collection[0]); //where collection is mx.collections.ArrayCollection (Proxy) Similar