swc/.github/ISSUE_TEMPLATE/crash_report.md

16 lines
235 B
Markdown
Raw Normal View History

2020-01-22 04:58:55 +03:00
---
name: Crash report
about: Use this when swc panics
2020-01-22 04:58:55 +03:00
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)