mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
* fix argv parsing on windows * directly use zig stdlib * remove debug comments, fix double deinit * change bun.argv() to return slices, not null-terminated pointers * fix test on windows to escape file paths correctly --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>