swc/tests/fixture/issue-1757/case1/input/.swcrc
강동윤 7730a6ea5a
fix(es/transforms): Fix bugs (#1795)
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)
2021-06-06 22:16:59 +09:00

6 lines
53 B
Plaintext

{
"module": {
"type": "commonjs"
}
}