estanglerbm commented on issue #977: URL: https://github.com/apache/royale-asjs/issues/977#issuecomment-737543805
@greg-dove That's great about additional compiler support, but I don't understand. ListCollectionView (and thus XMLListCollection) already supports indexed array syntax, through getProperty() / proxy_getProperty(). How would RoyaleArrayLike on ListCollectionView help ICollectionView get the syntax? (That is, in the test case without RoyaleArrayLike, using the syntax directly on an XMLListCollection works, but using an ICollectionView of that same object only works in SWF, not JS, as I mentioned.) Also, what happens if I used indexed array syntax on an ICollectionView that is not a ListCollectionView, with this possible workaround? I assume the same as what would happen now in SWF without the possible workaround. ---------------------------------------------------------------- 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]
