From fdf0ede2acd110ba04857d5674db19c908b3ff32 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Nov 2019 23:14:48 -0500 Subject: Revert "refactor: per-worker resource table (#3306)" This patch does not work with the recent bundler changes (#3325). Unfortunately I didn't merge master before landing this patch. It has something to do with console.log not working inside the compiler worker. This reverts commit fd62379eafde6571f126df5650b80cfda9f74229. --- cli/ops/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/ops/mod.rs') diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs index 9b33d5918..4e6eb37c8 100644 --- a/cli/ops/mod.rs +++ b/cli/ops/mod.rs @@ -5,7 +5,6 @@ mod dispatch_minimal; pub use dispatch_json::json_op; pub use dispatch_json::JsonOp; pub use dispatch_minimal::minimal_op; -pub use dispatch_minimal::MinimalOp; pub mod compiler; pub mod errors; -- cgit v1.2.3