mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
7730a6ea5a
swc_ecma_transforms_compat: - `async_to_generator`: Handle await in async generators correctly. (#1752) swc_ecma_transforms_module: - Don't panic on double import from one module. (#1757)
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
},
|
|
"target": "es2017"
|
|
}
|
|
}
|