1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/ops
Aaron O'Mullan 5a8a989b78
refactor(metrics): move to core (#12386)
Avoids overhead of wrapping ops (and allocs when inspecting async-op futures)
2021-10-10 17:20:30 +02:00
..
web_worker fix(runtime): event loop panics in classic workers (#11756) 2021-08-18 15:19:22 +02:00
fs.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
fs_events.rs chore: update dependencies (#11856) 2021-09-02 23:38:44 +02:00
http.rs refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
io.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
mod.rs refactor(metrics): move to core (#12386) 2021-10-10 17:20:30 +02:00
os.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
permissions.rs feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
process.rs feat: Stabilize Deno.kill and Deno.Process.kill (#12375) 2021-10-10 15:48:26 +02:00
runtime.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
signal.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
tty.rs refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
utils.rs chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
web_worker.rs fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_host.rs fix: worker environment permissions should accept an array (#12250) 2021-09-30 15:50:59 -04:00