mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Added full Windows implementation of process.report.getReport() API including: - System resource usage (memory, CPU time, I/O counters) - Windows-specific limits and version information - JavaScript heap and stack information - Environment variables and process information Previously this returned "Not implemented" on Windows. The implementation now provides parity with Unix platforms using Windows-specific APIs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>