transforms/__testfixtures__/create-element-to-jsx-arg-spread.output.js (
8
lines of code) (
raw
):
var React = require('React'); <Foo> {children} </Foo>; <Foo> {firstChild} {otherChildren} </Foo>;