kennylerma commented on issue #57: Dependency error when extending class and 
implementing interface from "external" SWC library
URL: https://github.com/apache/royale-compiler/issues/57#issuecomment-439943075
 
 
   They definitely work as externs.  I'm doing this is my production currently. 
 Also, I made a small test app for you.  The only issue that I forgot here is 
that you need load the Language.js and closure's base.js file in the html page 
first.  Normally, these are compiled into the whole build, but if you're 
splitting up the build, these need to be loaded separately.  What I do, is 
compile the Language, base and extern files into a single file using Closure to 
have a single file to load upfront first.
   
   
[ClosureTest.zip](https://github.com/apache/royale-compiler/files/2596039/ClosureTest.zip)
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to