This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2018-02-21 18:58:56 +01:00

12 lines
143 B
JavaScript

function render() {
var text = getText();
var _ref =
/*#__PURE__*/
<foo>{text}</foo>;
return function () {
return _ref;
};
}