Typescript: Add JSX spread children

Created on 2 Jul 2016  ·  2Comments  ·  Source: microsoft/TypeScript

The JSX specification was just updated (here: https://github.com/facebook/jsx/pull/59) to add for JSX spread children. See the rationale here: https://github.com/facebook/jsx/issues/57

What would be involved in adding support for this new feature of the JSX specification to the TypeScript parser?

Committed Fixed Suggestion

Most helpful comment

11591 adds this feature.

All 2 comments

the change should not be that big to the parser, there are changes needs to the checker, and the emitter as well.
PRs are welcomed

11591 adds this feature.

Was this page helpful?
0 / 5 - 0 ratings