apache / apache/royale-compiler
Add compiler warning for unqualified use of new Event
Open
- Dominant language
- Java
- Stars
- 113
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.