Bun
lastcall works with Bun. Use the same API:
ts
import { createLastcall } from 'lastcall';
const lastcall = createLastcall();Differences
- Signal handling may differ slightly from Node.js
SIGHUPavailability varies by platform- Test with
bun testornpm test(Vitest)
CI
GitHub Actions runs a dedicated Bun compatibility job (npm test + npm run build) alongside the main Node 22 merge gate. See CI and automation.