mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
ab687a0f98
swc_ecma_minifier: - `sequences`: Don't inline into arrow expression or function expressions. - Inject variables to arrow expressions correctly.
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"dynamicImport": false,
|
|
"decorators": false
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es5",
|
|
"loose": false,
|
|
"externalHelpers": true
|
|
},
|
|
"sourceMaps": true,
|
|
"inlineSourcesContent": true
|
|
} |