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.
421 B
421 B
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Use this when swc breaks something | C-bug |
Describe the bug
Input code
Config
{
// 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.