transforms/__testfixtures__/create-element-to-jsx-children.output.js (
7
lines of code) (
raw
):
var React = require('React'); var a = <Foo> <div foo="bar" /> <span> blah </span> </Foo>;