1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/tools/run
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
..
hmr.rs feat: denort binary for deno compile (#22205) 2024-02-13 21:52:30 +05:30
mod.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00