Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for other JSX factories #6146

Merged
merged 3 commits into from
Jan 7, 2016
Merged

Support for other JSX factories #6146

merged 3 commits into from
Jan 7, 2016

Commits on Dec 18, 2015

  1. Initial check in - Support other JSX factories Issue #3788

    - added jsxNamespace compile option
    - when jsx mode is "react", jsxNamespace optionally specifies the emit namespace for React calls, eg "--jsxNamespace MyDOMLib" will emit calls as MyDOMLib.createElement (instead of React.createElement)
    - symbol specified by jsxNamespace must be present, else compile error is generated (same handling as is done for React symbol when no jsxNamespace is specified)
    Rowan Wyborn committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    b7f6070 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into react-factory-option

    Rowan Wyborn committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    9d11f2b View commit details
    Browse the repository at this point in the history
  3. fix trailing whitespace

    Rowan Wyborn committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    2395890 View commit details
    Browse the repository at this point in the history