fix(windows): make process.env case-insensitive (#8578)

* yay!!!!!!

* [autofix.ci] apply automated fixes

* ok

* do not use reflect here

* ok

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dave caruso
2024-01-31 21:52:50 -08:00
committed by GitHub
parent 690346b30b
commit 345a061d3b
7 changed files with 171 additions and 33 deletions

View File

@@ -5312,7 +5312,6 @@ pub fn convertUTF16toUTF8InBuffer(
input: []const u16,
) ![]const u8 {
// See above
if (input.len == 0) return &[_]u8{};
const result = bun.simdutf.convert.utf16.to.utf8.le(input, buf);
// switch (result.status) {