We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AsyncLocalStorage
1 parent af8f46c commit 1947636Copy full SHA for 1947636
packages/runtime/src/helpers/edge.ts
@@ -93,9 +93,9 @@ const sanitizeName = (name: string) => `next_${name.replace(/\W/g, '_')}`
93
const preamble = /* js */ `
94
import {
95
decode as _base64Decode,
96
-} from "https://deno.land/std@0.159.0/encoding/base64.ts";
+} from "https://deno.land/std@0.175.0/encoding/base64.ts";
97
98
-import { AsyncLocalStorage } from "https://raw.githubusercontent.com/crowlKats/deno_std/asynclocalstorage/node/async_hooks.ts";
+import { AsyncLocalStorage } from "https://deno.land/std@0.175.0/node/async_hooks.ts";
99
100
// Deno defines "window", but naughty libraries think this means it's a browser
101
delete globalThis.window
0 commit comments