mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Add 41 tests covering: - REPL commands (.exit, .q, .help) - Expression evaluation (numbers, strings, objects, arrays) - Variable persistence across lines - Function and class definitions - Async/await support - Built-in APIs (Bun, process, fetch, URL, etc.) - Error handling (syntax and runtime errors) - Modern JS features (destructuring, spread, arrow functions, etc.) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>