1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/examples/extension
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
..
bootstrap.js fix(cli): unbreak extension example and fix __runtime_js_sources (#22906) 2024-03-14 04:23:37 +01:00
main.js fix(cli): unbreak extension example and fix __runtime_js_sources (#22906) 2024-03-14 04:23:37 +01:00
main.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00