From 08bb8b3d53eb2445de9b5e2845ab8acf9d353800 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 10 Oct 2020 05:41:11 -0400 Subject: Fix 100% CPU idling problem by reverting #7672 (#7911) * Revert "refactor: Worker is not a Future (#7895)" This reverts commit f4357f0ff9d39411f22504fcc20db6bd5dec6ddb. * Revert "refactor(core): JsRuntime is not a Future (#7855)" This reverts commit d8879feb8c832dbb38649551b1cb0730874f7be6. * Revert "fix(core): module execution with top level await (#7672)" This reverts commit c7c767782538243ded64742dca9b34d6af74d62d. --- cli/tests/top_level_await_bug.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 cli/tests/top_level_await_bug.js (limited to 'cli/tests/top_level_await_bug.js') diff --git a/cli/tests/top_level_await_bug.js b/cli/tests/top_level_await_bug.js deleted file mode 100644 index 3c6860a5b..000000000 --- a/cli/tests/top_level_await_bug.js +++ /dev/null @@ -1,2 +0,0 @@ -const mod = await import("./top_level_await_bug_nested.js"); -console.log(mod); -- cgit v1.2.3