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
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