rsnext/packages
Justin Ridgewell 9694fc4f7c Import Next's CJS AsyncLocalStorage modules (vercel/turbo#3634)
The node evaluation always renders with `type: "commonjs"` and `require()` calls, so we'll always import the CJS files. But here we're importing the ESM files. That means we have 2 distinct instances of `requestAsyncStorage` in our node instance, and they cannot properly communicate with the other.

Fixes WEB-543
2023-02-06 22:47:29 +00:00
..
next-swc/crates Import Next's CJS AsyncLocalStorage modules (vercel/turbo#3634) 2023-02-06 22:47:29 +00:00