On 6/7/16, 1:08 PM, "jude" <flexcapaci...@gmail.com> wrote:

>Does FlexJS support monkey patching?

Good question.  It isn't quite the same as Flex.  For me, if I set:
   -define=COMPILE::AS3,true -define=COMPILE::JS,false
it compiles cleanly, so that would be the way for monkey-patching SWF code.

For JS code, it would be harder to do monkey-patching with the same
workflow, so instead you directly patch the .JS file and place it in the
right place in frameworks/js/FlexJS/libs.

HTH,
-Alex

Reply via email to