swc/tests/fixture/issue-1233/case-1/output/index.js
Donny/강동윤 ff2baf75b4
fix(swc): Fix bugs (#2396)
swc_ecma_codegen:
 - Check for comments deeply while emitting a return statement.

swc_ecma_transforms_react:
 - Fix handling of texts in attributes.
2021-10-10 09:19:47 +00:00

6 lines
108 B
JavaScript

function Component() {
return(/*#__PURE__*/ React.createElement("div", {
name: "A B"
}));
}