Re: [FLEXJS][FALCONJX] Reflection/Metadata

2016-02-02 Thread Alex Harui
On 2/2/16, 3:25 PM, "jude" wrote: >+1 > >Is this function available on every class? FalconJX currently puts it on every class, but the Google Closure Compiler may optimize it away if it sees you aren't using it. There is currently no flag as to whether to generate the structure/function, but

Re: [FLEXJS][FALCONJX] Reflection/Metadata

2016-02-02 Thread jude
+1 Is this function available on every class? How would you access it? MyClass.FLEXJS_CLASS_INFO(); Is it removed in the JS but kept in in the AS3? Is there a flag you can use to keep the reflection data? Hi, I just pushed changes to try to support reflection and metadata in FlexJS via a new R