1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/cli/tools/test
David Sherret 53c535d2b6
refactor: remove PermissionsContainer in deno_runtime (#24119)
Also removes permissions being passed in for node resolution. It was
completely useless because we only checked it for reading package.json
files, but Deno reading package.json files for resolution is perfectly
fine.

My guess is this is also a perf improvement because Deno is doing less
work.
2024-06-12 17:14:58 -07:00
..
reporters feat(cli): Add slow test warning (#23874) 2024-05-22 08:08:27 -06:00
channel.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
fmt.rs fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200) 2024-05-28 13:34:57 +00:00
mod.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00