I created a swc library[1] which relies on some typedefs which I created using 
ActionScript[2].

This all works well when I debug. However, when I compile a release build, the 
“cep global” methods are being renamed and when executed, I get “function 
undefined” errors.

I’m not sure what I’m doing wrong. I could change the function calls to use 
bracket notation, which I expect would prevent goog from renaming them, but 
that seems like a work-around which should be unnecessary. Is the problem that 
I’m using ActionnScript rather than “extern” js files to compile the typedef 
swc?

Harbs

[1]https://github.com/unhurdle/cep-flexjs/tree/master/CEPTools
[2]https://github.com/unhurdle/cep-flexjs/tree/master/CEP6.1

Reply via email to