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 2018/08/23 00:05:00 UTC

[GitHub] Incubatio opened a new issue #273: ReferenceError: int is not defined

Incubatio opened a new issue #273: ReferenceError: int is not defined
URL: https://github.com/apache/royale-asjs/issues/273
 
 
   this line triggers the runtime error (in the title):
   ```as 
   var a:Object = { a: int, b:int, c:int, d:int };
   ```
   Obviously javascript doesn't have int or uint.
   Maybe the the compiler could replace int and uint by Number in such case ?
   
   In other cases int is just get trimmed out normally.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services