mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
8f5daa3bbb
swc_ecma_transforms_react: - Add pure annotations for react.
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
var a = /*#__PURE__*/ React.createElement("div", {
|
|
id: "abc>"
|
|
});
|