0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/compilers
Gurwinder Singh 55add2d366 cleanup after tokio upgrade (#3571)
tokio_util::run and tokio::run_on_current_thread should accept Future<Output=()> instead of Future<Output=Result<(), ()>>. Currently, all the passed futures have to add Ok(()) or futures::future::ok(()) unnecessarily to call this method.
2020-01-01 09:51:27 -05:00
..
js.rs minor clean ups in TS compiler (#3394) 2019-11-22 12:14:34 -05:00
json.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
mod.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
ts.rs cleanup after tokio upgrade (#3571) 2020-01-01 09:51:27 -05:00
wasm.rs Upgrades rust to 1.40.0 (#3542) 2019-12-23 09:59:44 -05:00
wasm_wrap.js Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00