On 11/1/13 7:48 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>> Will we end up doing metadata and describetype following this pattern? > >It certainly provides an extra tool towards that goal, but depending >on the requirements for both features - can you elaborate your ideas a >bit - there might be other things that we can do, e.g. Closure >provides some introspection tools as well. The next "big experiment" is trying to cross-compile an app that uses one of the app frameworks like Swiz, Parsely, etc. Someone pointed out that they use metadata and and I assume they must use describetype to fetch said metadata. My hope is to avoid use of describetype in the FlexJS classes we write or consider a lighter weight implementation for the few things we might need (I recently checked in a lightweight getQualifiedClassName for CSS TypeSelector support in JS), but I think we need to see if we can support the existing app frameworks. I'm not sure we'd need full describetype support, probably just enough to get the metadata. -Alex