mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
### What does this PR do? `short` is signed in C++ by default and not unsigned. Switched to `uint16_t` so it's unambiguous. ### How did you verify your code works? There is a test --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>