Re: [FlexJS] Using @flexjsignorecoercion to inline JavaScript

2016-12-15 Thread Alex Harui
Hi Tim, @flexjsignorecoercion only controls output after the parsing. It skips output of the JS for "as WrappedHTMLElement" so no coercion is done. All of the types need to be available for the parser. The CreateJS.swc in frameworks/libs contains components that present Flex-like APIs on top of

[FlexJS] Using @flexjsignorecoercion to inline JavaScript

2016-12-15 Thread Tim Diggle
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 h