2020-01-22 04:58:55 +03:00
|
|
|
---
|
|
|
|
name: Bug report
|
2020-01-23 04:04:08 +03:00
|
|
|
about: Use this when swc breaks something
|
2021-02-17 15:27:55 +03:00
|
|
|
title: ""
|
2020-01-22 04:58:55 +03:00
|
|
|
labels: C-bug
|
2021-02-17 15:27:55 +03:00
|
|
|
assignees: ""
|
2020-01-22 04:58:55 +03:00
|
|
|
---
|
|
|
|
|
2021-02-17 15:27:55 +03:00
|
|
|
<!--
|
|
|
|
If you are using swc at work, please considering adding your company to https://swc.rs/users/
|
|
|
|
If then, your issue will be fixed more quickly.
|
|
|
|
-->
|
|
|
|
|
2020-01-22 04:58:55 +03:00
|
|
|
**Describe the bug**
|
|
|
|
|
|
|
|
**Input code**
|
|
|
|
|
|
|
|
**Config**
|
2021-02-17 15:27:55 +03:00
|
|
|
|
2020-01-22 04:58:55 +03:00
|
|
|
```json
|
|
|
|
{
|
2021-02-17 15:27:55 +03:00
|
|
|
// Please copy and paste your .swcrc file here
|
2020-01-22 04:58:55 +03:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
**Version**
|
2021-02-17 15:27:55 +03:00
|
|
|
The version of @swc/core:
|
2020-01-22 04:58:55 +03:00
|
|
|
|
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here.
|