swc/tests/fixture/issue-2091/case1/input/.swcrc
강동윤 6896a83d54
fix(es/codegen): Fix codegen of ~ (#2104)
swc_ecma_codegen:
 - Emit pending semi on `~`. (#2091)
2021-08-19 17:21:08 +09:00

15 lines
286 B
Plaintext

{
"jsc": {
"loose": true,
"parser": {
"syntax": "ecmascript",
"classPrivateProperty": true
},
"target": "es3",
"minify": {
"compress": true,
"mangle": false
}
},
"minify": true
}