mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
ff2baf75b4
swc_ecma_codegen: - Check for comments deeply while emitting a return statement. swc_ecma_transforms_react: - Fix handling of texts in attributes.
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
export default <A
|
|
className={b}
|
|
header="C"
|
|
subheader="D
|
|
E"
|
|
/> |