mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
204a71ca94
swc_ecma_trasnsforms_base: - `fixer`: Don't de-optimize `++foo || bar`. swc_ecma_trasnsforms_typescript: - Allow using properties from a decorated class. (#1869) swc_ecma_transforms_optimization: - Fix infinite loop. (#1901, #1946)
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
}
|
|
}
|
|
} |