1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/node_compat
Evan 79d1445796
fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165)
The goal of this PR is to address issue #20106 where a `TypeError`
occurs when the variables `uid` and `gid` from `userInfo()` in `node:os`
are reassigned if the user is on Windows. Both `uid` and `gid` are
marked as `const` therefore producing a `TypeError` when the two are
reassigned.

This PR achieves that goal by marking `uid` and `gid` as `let`
2023-08-16 11:28:49 +02:00
..
test fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-16 11:28:49 +02:00
common.ts chore: disable flaky Node compat tests (#18760) 2023-04-19 00:32:21 +02:00
config.jsonc test(ext/node): clean up node:path test cases (#19610) 2023-07-05 16:13:34 +09:00
polyfill_globals.js feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
runner.ts feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
test.ts chore: upgrade rusty_v8 to 0.72.0 (#19228) 2023-05-24 00:11:37 +02:00