mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
c6bb3d5a10
This PR removes tokio_util::block_on - refactored compiler and file fetcher slightly so that we can safely block there - that's because only blocking path consist of only synchronous operations. Additionally I removed excessive use of tokio_util::panic_on_error and tokio_util::run_in_task and moved both functions to cli/worker.rs, to tests module. Closes #2960 |
||
---|---|---|
.. | ||
js.rs | ||
json.rs | ||
mod.rs | ||
ts.rs | ||
wasm.rs | ||
wasm_wrap.js |