summaryrefslogtreecommitdiff
path: root/runtime/shared.rs
diff options
context:
space:
mode:
authorsnek <snek@deno.com>2024-08-02 11:16:59 -0700
committerGitHub <noreply@github.com>2024-08-02 18:16:59 +0000
commit71ca61e189cca9215982ce4598b7a4da8430c584 (patch)
treea0dd2aa94cf61103b1dbcfa28a6c67feebf6eedd /runtime/shared.rs
parent3a1a1cc030fb7fc90d51ee27162466d6ac924926 (diff)
Revert "feat: async context" (#24856)
Reverts denoland/deno#24402 deno_web can't depend on code in runtime
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r--runtime/shared.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs
index 185cbc0a9..1b2136c63 100644
--- a/runtime/shared.rs
+++ b/runtime/shared.rs
@@ -38,7 +38,6 @@ extension!(runtime,
dir "js",
"01_errors.js",
"01_version.ts",
- "01_async_context.js",
"06_util.js",
"10_permissions.js",
"11_workers.js",