swc/.github/ISSUE_TEMPLATE/crash_report.md
2021-02-17 21:27:55 +09:00

554 B

name about title labels assignees
Crash report Use this when swc panics panic: C-bug
  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 varaibleSWC_DEBUG to 1, invoke swc like SWC_DEBUG=1 npx swc foo.js on linux / darwin)