Josh Tynjala created FLEX-35333:
-----------------------------------
Summary: Add compiler option to allow [JSX] to support factory
functions besides React.createElement
Key: FLEX-35333
URL: https://issues.apache.org/jira/browse/FLEX-35333
Project: Apache Flex
Issue Type: Improvement
Components: FalconJX
Reporter: Josh Tynjala
Assignee: Josh Tynjala
Priority: Minor
Right now, "React.createElement" is hard-coded. Other JS libraries support JSX,
though. There should be a new option that works something like this:
{code}
asjsc -jsx-factory=CustomLibrary.createElement MyJSXProject.as
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)