deno/cli/ops
Ryan Dahl f5a4f1fdc0
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
This reverts commit f83d672ffa.
This reverts commit d51972377c.
2020-08-12 16:44:58 +02:00
..
compiler.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
dispatch_json.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
dispatch_minimal.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
errors.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
fetch.rs feat(cli): custom http client for fetch (#6918) 2020-08-05 20:44:03 +02:00
fs.rs feat: Deno.chown() make uid, gid args optional (#4612) 2020-07-06 13:15:13 +02:00
fs_events.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
idna.rs Encode op errors as strings instead of numbers (#6977) 2020-08-07 16:47:18 -04:00
io.rs fix(cli): panic when stdio is null on windows (#6528) 2020-07-09 21:06:51 +02:00
mod.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
net.rs unixpacket should also return byte length on send (#6291) 2020-06-15 12:20:45 -04:00
net_unix.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
os.rs Remove Deno.dir and dirs dependency (#6385) 2020-06-20 23:49:27 -04:00
permissions.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
plugin.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
process.rs fix: panic when process stdio rid is 0 or invalid (#6405) 2020-06-25 12:38:19 -04:00
random.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
repl.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
resources.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
runtime.rs feat: Stabilize Deno.mainModule (#6993) 2020-08-10 16:41:51 -04:00
runtime_compiler.rs refactor(compiler): split code paths for compile and bundle (#6304) 2020-06-19 12:27:15 +02:00
signal.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
timers.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
tls.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
tty.rs feat(unstable): add Deno.consoleSize (#6520) 2020-07-10 10:07:12 -04:00
web_worker.rs Undo JsonOpDispatcher and OpDispatcher traits (#7023) 2020-08-12 16:44:58 +02:00
worker_host.rs fix(cli): panic when stdio is null on windows (#6528) 2020-07-09 21:06:51 +02:00