This repository contains bug reproductions for the Bun.js project.
- Clone this repository
- Run
bun i
in the root directory - Run
bun start
in the root to run all bug reproductions - Or,
cd bugs/x
wherex
is the bug you want to reproduce - And
bun start
to reproduce the bug- If the bug is not reproducible, the program will exit with code 0
- If the bug is reproducible, the program will exit with code 1