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?
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
Most helpful comment
11591 adds this feature.