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

399 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)