mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
16 lines
245 B
Markdown
16 lines
245 B
Markdown
|
---
|
||
|
name: Crash report
|
||
|
about: Create a report to help us improve
|
||
|
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)
|