mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Tests cover: - Basic JavaScript evaluation (expressions, strings, objects, arrays) - Special variables (_ and _error) - REPL commands (.help, .exit, .clear) - Error handling (syntax errors, runtime errors, thrown errors) - Global objects (Bun, console, Buffer, process) - Variable persistence across evaluations - Async evaluation (promises, async functions) - Welcome message and version display - Terminal (PTY) integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>