mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 07:34:20 +03:00
b7ae896bbd
swc_ecma_transforms_compat: - Handle all accesses to private class properties. (#1333) - block_scoping: Inject variable correctly. (#1231) - Handle async arrow function correctly. (#1341)
28 lines
398 B
Plaintext
28 lines
398 B
Plaintext
[
|
|
{
|
|
"test": [".*.js"],
|
|
"jsc": {
|
|
"target": "es2019",
|
|
"parser": {
|
|
"dynamicImport": true,
|
|
"syntax": "ecmascript"
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
},
|
|
{
|
|
"test": [".*.ts"],
|
|
"jsc": {
|
|
"target": "es2019",
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|
|
]
|