mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Add tests covering: - Basic expression evaluation - Bun globals availability - Variable persistence (let, const, function) - REPL commands (.help, .timing) - Error handling - Object and array display - Multi-statement lines Note: Top-level await test is skipped until the full REPL transforms are integrated, which will wrap code containing await in an async IIFE. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>