DEBSOURCES
Skip Quicknav
sources / node-babel / 6.26.0%2Bdfsg-3 / packages / babel-plugin-transform-react-constant-elements / test / fixtures / constant-elements / pure-expression / expected.js
12345678
var _ref = <div data-text={"Some text, " + "and some more too."} />; var Foo = React.createClass({ render: function () { return _ref; } });