swc/.github/ISSUE_TEMPLATE/question.md
kdy1 20e37eae5d regenerator: allow nested finally block (#601)
Previously, 

```js
function *foo() {
    try {
    } finally {
        try {
        } finally {
             throw new Error('foo');
        }
    }
}

```

make swc panic

Closes #600.
2020-01-23 01:04:08 +00:00

113 B

name about title labels assignees
Question Use this when you have a question

Question