We're hiring systems engineers in San Francisco to build the future of JavaScript!
This release fixes 1 regression from Bun v1.1.41 involving "use strict" in empty files and impacting Prisma.
To install Bun
curl
npm
powershell
scoop
brew
docker
curl
curl -fsSL https://bun.sh/install | bashnpm
npm install -g bunpowershell
powershell -c "irm bun.sh/install.ps1|iex"scoop
scoop install bunbrew
brew tap oven-sh/bunbrew install bundocker
docker pull oven/bundocker run --rm --init --ulimit memlock=-1:-1 oven/bunTo upgrade Bun
bun upgradeFixed: "use strict" regression
Bun v1.1.41 introduced a regression where "use strict" in otherwise empty files could cause a crash. We've added regression tests to ensure this doesn't happen again.