Thanks for all this info. I updated the wiki.[1] There are some holes on the page, so if anyone could proof-read it and add pertinent info, that would be helpful.
[1]https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers On May 10, 2016, at 6:09 PM, Josh Tynjala <joshtynj...@gmail.com> wrote: > -external-externs is kind of like -external-library-path for externs. > Basically, I way to specify some types that are needed at compile time > without including them in the final output. > > - Josh > > On Mon, May 9, 2016 at 11:41 PM, Alex Harui <aha...@adobe.com> wrote: > >> >> >> On 5/9/16, 12:44 PM, "Harbs" <harbs.li...@gmail.com> wrote: >> >>> This would probably be useful. >>> >>> On May 9, 2016, at 7:59 PM, Alex Harui <aha...@adobe.com> wrote: >>> >>>> ExternC has its own config. If you need it I can try to generate it. >>> >> >> Looks like the options are: >> >> -js-root Tells ExternC to generate JS instead of AS and place it in the >> specified folder >> -as-root Tells ExternC to generate AS and place it in the specified folder >> -class-to-function Name of JS classes to output as a Function >> -external Files of externs >> -external-externs Not sure what this is for >> -exclude (class, name) Name of method in class to skip >> -field-exclude (class, field) Name of var in class to skip >> -class-exclude (class) Name of class to skip >> -named-module Not sure about this one either. >> >> >> HTH, >> -Alex >> >>