mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: split cli::Worker (#3735)
* cli::Worker is base struct to create specialized workers * add MainWorker * add CompilerWorker * refactor WebWorker to use Worker
This commit is contained in:
parent
229eb292f8
commit
ecd1d3abb0
13 changed files with 299 additions and 280 deletions
|
@ -3,6 +3,7 @@ use deno_core::ErrBox;
|
|||
use futures::Future;
|
||||
use serde_json::Value;
|
||||
|
||||
mod compiler_worker;
|
||||
mod js;
|
||||
mod json;
|
||||
mod ts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue