Files
bun.sh/test/regression
Claude Bot 9fcf30f661 fix(blob): handle UTF-8 paths correctly in stat() and delete() for Buffer paths
Use `ZigString.initUTF8()` instead of `ZigString.init()` when handling
non-encoded_slice PathLike variants. The latter doesn't mark bytes as UTF-8,
causing `toSliceClone()` to treat them as Latin1 and double-encode to UTF-8.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:30:16 +00:00
..