* 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
3 lines
130 B
JavaScript
3 lines
130 B
JavaScript
/** @jsxRuntime classic */
|
|
var x = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null));
|