mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +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>