rsnext/packages/next/server/web/sandbox
Shu Ding 4d3b2ea426
Move middleware handling to node server (#33448)
Part of #31506, this PR moves the code of middleware handling from the base server to the node server.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have 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 helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-01-19 12:36:06 +00:00
..
context.ts middlewares: limit process.env to inferred usage (#33186) 2022-01-12 13:09:24 +00:00
index.ts Refactor sandbox module cache (#31822) 2021-11-26 12:06:41 +00:00
polyfills.ts Move middleware handling to node server (#33448) 2022-01-19 12:36:06 +00:00
require.ts Refactor sandbox module cache (#31822) 2021-11-26 12:06:41 +00:00
sandbox.ts middlewares: limit process.env to inferred usage (#33186) 2022-01-12 13:09:24 +00:00