swc/spack/tests/pass/swcrc/jsx/issue-884/input/.swcrc
강동윤 ecd7b4decc
Implement more methods for codegen (#902)
swc_ecma_codegen:
 - implement emit_private_property (Closes #903)
2020-07-27 22:58:42 +09:00

8 lines
88 B
Plaintext

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