/** * Bun --preload fixture that emulates bun-on-Windows fs.mkdirSync semantics * (see #2635): a recursive mkdir on an already-existing directory throws * EEXIST, where Node (and bun on Linux/macOS) treat it as a no-op success. * * Loaded into a child process with `bun --preload