1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/ops
Bartek Iwańczuk cfe4369ded
refactor: rename structures related to Modules (#4217)
* rename structures related to ES Modules; add "Modules" prefix
* remove unneeded Unpin trait requirement for "ModuleLoader"
2020-03-02 19:12:49 +01:00
..
compiler.rs refactor: rename structures related to Modules (#4217) 2020-03-02 19:12:49 +01:00
dispatch_json.rs refactor: use OpError instead of ErrBox for errors in ops (#4058) 2020-02-23 14:51:29 -05:00
dispatch_minimal.rs refactor: use OpError instead of ErrBox for errors in ops (#4058) 2020-02-23 14:51:29 -05:00
errors.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
fetch.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
files.rs seek should return cursor position (#4211) 2020-03-02 11:44:46 -05:00
fs.rs Cleanup comments and internal variables (#4205) 2020-03-02 10:19:42 -05:00
fs_events.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
io.rs remove Read/Write futures, use poll_fn instead (#4150) 2020-02-26 22:06:20 +01:00
mod.rs tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) 2020-02-26 01:01:24 -05:00
net.rs replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158) 2020-02-27 21:08:21 +01:00
os.rs feat(std/node): add os.tmpdir() implementation (#4213) 2020-03-01 19:05:04 -05:00
permissions.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
plugins.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
process.rs replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158) 2020-02-27 21:08:21 +01:00
random.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
repl.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
resources.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
runtime.rs rewrite normalize_path (#4143) 2020-02-26 22:11:52 +01:00
runtime_compiler.rs Remove _async from method names since _sync are gone (#4128) 2020-02-25 20:42:00 +01:00
signal.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
timers.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
tls.rs replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158) 2020-02-27 21:08:21 +01:00
tty.rs tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) 2020-02-26 01:01:24 -05:00
web_worker.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00
worker_host.rs Clean up how we use opIds (#4118) 2020-02-25 09:14:27 -05:00