kennylerma commented on issue #36: Slow Compiler Build Time URL: https://github.com/apache/royale-compiler/issues/36#issuecomment-377247325 Thanks so much for the information. I've tried including other javascript in a swc after generating an as3 api for it in the past, but I believe where I messed up was not adding the typedefs to the javascript. So, it sounds like I've been somewhat on the right track, just missing a few pieces. Ultimately, I'll need to modify the resulting javascript from Animate for extended classes. If Animate would allow extending library items again, I wouldn't need to. I might be able to make this work if I can get it all wrapped up into a swc. It's important for it to be a singular javascript file in the end because I've developed a modular application to load different javascript files for each module as needed. This cuts way down on the initial load time.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
