mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
20e37eae5d
Previously, ```js function *foo() { try { } finally { try { } finally { throw new Error('foo'); } } } ``` make swc panic Closes #600.
235 B
235 B
name | about | title | labels | assignees |
---|---|---|---|---|
Crash report | Use this when swc panics | panic: | C-bug |
-
Source code
-
.swcrc
file -
Error message gained from
swc --sync <input.js>
(--sync is required to get panic message)