swc/tests/fixture/issue-1859/case1-js/input/.swcrc
강동윤 33f2ab2d79
fix(es/transforms): Fix transforms (#1861)
swc_ecma_transforms_compat:
 - Organize logical assignment pass correctly.

swc_ecma_transforms_optimization:
 - `dead_branch_remover`: Handle nullish coalescing operator correctly. (#1851)
2021-06-26 16:02:15 +09:00

5 lines
52 B
Plaintext

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