mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 02:26:09 +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)
9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript"
|
|
},
|
|
"target": "es5"
|
|
}
|
|
}
|