Hi, I've been building some of the Flex JS samples and am particularly 
interested in the createjs samples. Looking at the component source, I notice 
that the @flexjsignorecoercion flag is used to allow createjs javascript calls 
to be made and the results attached to a WrappedHTMLElement. I was hoping we 
could use this directly in a Flex JS project to quickly prototype stuff before 
rolling it into a component - however even with the directive and the 
-keep-as-doc compiler setting, the compiler still complains about not 
recognizing the create js classes and imports. How is this overcome when the 
components are built, and where is the compiler looking to get the create is 
imports at that stage? Is it possible to inline the JavaScript directly in a 
project as described, or should we always follow the multiple compile steps to 
make a component swc to use these JavaScript libraries?

Many thanks

Tim

Reply via email to