estanglerbm opened a new issue #173: URL: https://github.com/apache/royale-compiler/issues/173
If you compile a file ``external-test1.mxml``, the compiler happily generates the JS output. But it will throw exceptions due to invalid object names, due to the hyphen (-). Flex compiler throws this error: ``` Error: Invalid component name 'external-test1': component name must be legal ActionScript class name. ``` ---------------------------------------------------------------- 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: [email protected]
