jgranick commented on issue #232: (Feature Request) Support for JS extern 
output with royale-js
URL: https://github.com/apache/royale-asjs/issues/232#issuecomment-388917652
 
 
   For the second case, here's a little sample. It's using one class path, but 
in our case we'd expect instead to add another include path (pointing to 
`node_modules/openfl/lib` for example)
   
   https://github.com/jgranick/MinimalASExternTest
   
   Using the real AS externs we're creating, it did compile, but it generated 
JavaScript files for each of our externs. It worked at runtime because we 
imported a global "openfl.js" which override the references previously defined 
in the Royale-generated JavaScript, but in the above test, it does not fully 
compile. Either way, it would be nice to be able to (have the option to) 
compile pointing at "@externs" marked AS sources rather than packing in an SWC 
:smile:

----------------------------------------------------------------
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

Reply via email to