mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
a1341dcdc6
swc_ecma_transforms_compat: - `async_to_generator`: Fix async iife. (#1722) - `async_to_generator`: Don't apply iife optimization to named function expressions. - `async_to_generator`: Remove duplicated works. - `async_to_generator`: Support `await for`. (#1721) - `async_to_generator`: Support async generators.
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
{
|
|
"env": {
|
|
"mode": "entry",
|
|
"coreJs": 3
|
|
}
|
|
}
|