We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8505ac5 commit 7d01157Copy full SHA for 7d01157
.eslintignore
@@ -1,3 +1,4 @@
1
dist/
2
demo/
3
tests/
4
+edge-runtime
edge-runtime/shim/index.js
@@ -2,6 +2,9 @@
// a Webpack bundle. You should not import this file from anywhere in the
// application.
import { AsyncLocalStorage } from 'node:async_hooks'
5
+import process from 'node:process'
6
+
7
+globalThis.process = process
8
9
globalThis.AsyncLocalStorage = AsyncLocalStorage
10
0 commit comments