No description
Find a file
Justin Ridgewell f9dbb5d90a Install AsyncLocalStorage for appDir rendering (vercel/turbo#3374)
https://github.com/vercel/next.js/pull/44668 refactored Next's use of `AsyncLocalStorage`, and installs a "polyfill" of the API by patching the node import onto `globalThis.` Importantly, it's then used in the module scope during imports, so we need to install the polyfill early in the app rendering startup.

Fixes https://github.com/vercel/turbo/issues/3319
2023-01-19 07:32:42 +00:00
packages/next-swc/crates Install AsyncLocalStorage for appDir rendering (vercel/turbo#3374) 2023-01-19 07:32:42 +00:00