apache / royale-compiler

Apache Royale Compiler
https://royale.apache.org/
Apache License 2.0
95 stars 49 forks source link

SystemManager application factory subclass is not generated in JSRoyale in specific cases #194

Closed greg-dove closed 2 years ago

greg-dove commented 2 years ago

The {ApplicationName}_mx_managers_SystemManager.js is not being generated for a any application that is not a direct subclass of mx.core.Application (it would be the same result with spark Application). This issue is in JS only.