Files
Claude Bot 163623e775 test(repl): add comprehensive tests for native Zig REPL
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>
2026-01-20 19:16:59 +00:00
..