You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/06/17 19:58:42 UTC

[GitHub] [royale-compiler] Harbs edited a comment on issue #153: Bad transpiling for Object's property in release mode

Harbs edited a comment on issue #153:
URL: https://github.com/apache/royale-compiler/issues/153#issuecomment-645591228


   I assume this is in minified code. That's to be expected.
   
   You can use:
   ````
   var timing:Object = {
       "duration": 1000, 
       "iterations": Infinity
   }
   ````
   
   If you don't want to use the quotes, you can compile with `-js-dynamic-access-unknown-members=true` That will preserve the property names.


----------------------------------------------------------------
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:
users@infra.apache.org