mirror of
https://github.com/denoland/deno.git
synced 2025-01-15 10:35:19 -05: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 |