swc/tests/fixture/issue-1479/case-es5/output/index.tsx
Devon Govett 8f5daa3bbb
feat(es/transforms/react): Add pure annotation comments (#1564)
swc_ecma_transforms_react:
 - Add pure annotations for react.
2021-04-11 15:09:27 +09:00

4 lines
70 B
TypeScript

var a = /*#__PURE__*/ React.createElement("div", {
id: "abc>"
});