rsnext/packages/next/server/dev
JJ Kasper 98106ba8d2
Re-enable sandbox cache and update AsyncLocalStorage usage (#42547)
Follow-up to https://github.com/vercel/next.js/pull/41402 this
re-enables the sandbox cache and updates to leverage our global
`AsyncLocalStorage` for isolating request meta in both the edge and
Node.js runtime.

Closes: https://github.com/vercel/next.js/issues/42349
Closes: https://github.com/vercel/next.js/issues/38235
Closes: https://github.com/vercel/next.js/issues/42225
Closes: https://github.com/vercel/next.js/issues/42351

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-11-06 14:56:48 -08:00
..
hot-middleware.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
hot-reloader.ts Remove react root condition and always use concurrent mode (#42141) 2022-10-29 20:34:03 +00:00
next-dev-server.ts Clarify app and pages file conflicting files (#42415) 2022-11-03 12:50:39 -07:00
on-demand-entry-handler.ts Fix page static info extractor for app dir (#42001) 2022-10-27 14:55:35 -07:00
static-paths-worker.ts Re-enable sandbox cache and update AsyncLocalStorage usage (#42547) 2022-11-06 14:56:48 -08:00