You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/05/23 21:24:16 UTC

[GitHub] aharui commented on issue #247: (Feature Request) Use ES6 modules

aharui commented on issue #247: (Feature Request) Use ES6 modules
URL: https://github.com/apache/royale-asjs/issues/247#issuecomment-391501267
 
 
   The compiler's -compiler.targets option lets you pick different ways of outputting JS.  Under the hood, the compiler essentially uses different classes called Emitters that take AST nodes and generate JS.  If you have the resources to write an ES6 Emitter for the Royale Compiler, we will provide advice and other support.  You don't have to know much about compilers to write an Emitter.  The Emitter is essentially being called as part of the AST tree node walk.

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


With regards,
Apache Git Services