mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 16:21:51 +03:00
20e37eae5d
Previously, ```js function *foo() { try { } finally { try { } finally { throw new Error('foo'); } } } ``` make swc panic Closes #600.
30 lines
421 B
Markdown
30 lines
421 B
Markdown
---
|
|
name: Bug report
|
|
about: Use this when swc breaks something
|
|
title: ''
|
|
labels: C-bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
|
|
**Input code**
|
|
|
|
**Config**
|
|
```json
|
|
{
|
|
// Please copy and paste your .swcrc file here
|
|
}
|
|
```
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
**Version**
|
|
The version of @swc/core:
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|