1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/ops
Ryan Dahl 7c2e7c6608
Use gotham-like state for ops (#7385)
Provides a concrete state type that can be dynamically added. This is necessary for op crates.
* renames BasicState to OpState
* async ops take `Rc<RefCell<OpState>>`
* sync ops take `&mut OpState`
* removes `OpRegistry`, `OpRouter` traits
* `get_error_class_fn` moved to OpState
* ResourceTable moved to OpState
2020-09-10 09:57:45 -04:00
..
compiler.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
dispatch_minimal.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
errors.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fetch.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fs.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fs_events.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
idna.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
io.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
mod.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
net.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
net_unix.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
os.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
permissions.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
plugin.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
process.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
random.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
repl.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
resources.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
runtime.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
runtime_compiler.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
signal.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
timers.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
tls.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
tty.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
web_worker.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
websocket.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
worker_host.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00