swc/tests/fixture/issue-1402/case1/input/.swcrc
강동윤 27aad87798
fix(es/transforms/base): Fix hygiene of catch clause (#1413)
swc_ecma_transforms_base:
 - `hygiene`: Apply ops in catch clauses. (#1402)
2021-02-19 16:52:02 +09:00

13 lines
140 B
Plaintext

{
"env": {
"coreJs": 3
},
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true
},
"loose": true
}
}