mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
6896a83d54
swc_ecma_codegen: - Emit pending semi on `~`. (#2091)
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
{
|
|
"jsc": {
|
|
"loose": true,
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"classPrivateProperty": true
|
|
},
|
|
"target": "es3",
|
|
"minify": {
|
|
"compress": true,
|
|
"mangle": false
|
|
}
|
|
},
|
|
"minify": true
|
|
} |