Files
bun.sh/test/js
Claude Bot d5700a23f8 feat: Add clipboard API with pure Zig implementation
- Implements Bun.clipboard.writeText() and Bun.clipboard.readText()
- Pure Zig implementation using native APIs (no C++)
- Windows: Win32 clipboard APIs
- macOS: pbcopy/pbpaste commands
- Linux: xclip/wl-clipboard support
- Synchronous API for simplicity
- Tests skip when no display is available

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 07:32:32 +00:00
..