DEBSOURCES
Skip Quicknav
sources / node-babel / 6.26.0%2Bdfsg-3 / packages / babel-plugin-transform-react-constant-elements / test / fixtures / constant-elements / inline-elements / actual.js
12345678910
function render() { return <foo />; } function render() { var text = getText(); return function () { return <foo>{text}</foo>; }; }