Files
bun.sh/test/js/node
pfg 2c7b800af1 feat(process): implement process.report.getReport() for Windows
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>
2025-09-19 19:28:34 -07:00
..
2025-08-27 06:39:11 -07:00
2025-09-11 17:53:06 -07:00