* Mark transpiled JSX elements as pure * Avoid duble annotation * Add "pure" option to the React preset * Fix generator indentation * Update tests * Add tests for the "pure" option * Update windows fixtures
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
|
/*#__PURE__*/
|
|
_jsxs(Text, {
|
|
children: ["To get started, edit index.ios.js!!!", "\n", "Press Cmd+R to reload"]
|
|
});
|