swc/spack/tests/pass/issue-1138/example-2/input/.swcrc
강동윤 c127cb2b48
bundler: fix bugs (#1141)
swc_bundler:
 - Handle aliased imports of reexports correctly. (#1138)
 - Fix import deglobber. (#1139)
2020-10-06 13:39:25 +09:00

8 lines
70 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript"
}
}
}