rsnext/packages/next/server/web/sandbox
Naoyuki Kanezawa 7c103fac7d
fix process polyfill on middleware (#34426)
Fixes the problem that global `process` variable has only the `env` field.
Also fixed the issue that the `env` field is empty when the `process` module is used as the value of the variable (which happens when the module is contained in a dependency of application).

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
2022-02-18 08:39:30 +00:00
..
context.ts fix process polyfill on middleware (#34426) 2022-02-18 08:39:30 +00:00
index.ts Refactor sandbox module cache (#31822) 2021-11-26 12:06:41 +00:00
polyfills.ts fix process polyfill on middleware (#34426) 2022-02-18 08:39:30 +00:00
readable-stream.ts Deprecate concurrentFeatures with runtime (#34068) 2022-02-08 14:16:46 +01: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