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/09/20 07:56:46 UTC

[GitHub] Harbs opened a new issue #51: Add compiler warning for unqualified use of new Event

Harbs opened a new issue #51: Add compiler warning for unqualified use of new Event
URL: https://github.com/apache/royale-compiler/issues/51
 
 
   `new Event()` with no import will successfully compile in JS, but will create a browser event instead of a royale Event. This will usually be a mistake (and not work in IE). A compiler warning will make it easier to spot and fix.

----------------------------------------------------------------
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