swc/tests/fixture/codegen/jsx-1/input/.swcrc
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

8 lines
112 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true
}
}
}