swc/.github/ISSUE_TEMPLATE/crash_report.md
강동윤 31020e46d8
spack: enhancement (#845)
- Handle modules (via swcrc)
 - swc.bundle([conf1, conf2])
 - Correct chunking
2020-06-15 23:28:15 +09:00

19 lines
399 B
Markdown

---
name: Crash report
about: Use this when swc panics
title: 'panic: '
labels: C-bug
assignees: ''
---
1. Source code
2. `.swcrc` file
3. Error message gained from `swc --sync <input.js>`
(--sync is required to get panic message)
4. Backtrace
(You can get it by invoking swc by setting an environment varaible`SWC_DEBUG` to `1`, invoke swc like `SWC_DEBUG=1 npx swc foo.js` on linux / darwin)