rsnext/packages/next/server
Jiachi Liu 948f736fac
chore: rename middleware ssr loader and flight manifest to edge related (#38042)
middleware-ssr-loader -> edge-ssr-loader
middleware-flight-manifest -> flight-manifest
2022-06-26 21:01:26 +00:00
..
api-utils On-demand ISR updates. (#37955) 2022-06-24 16:59:23 -05:00
base-http Allow reading request bodies in middlewares (#34294) (#34519) 2022-02-18 19:43:43 +00:00
dev Fixes for middleware compilation errors (#37984) 2022-06-24 13:50:49 -05:00
lib feat(cli): allow configuration of http-server's timeout configuration (#35827) 2022-06-26 13:26:51 +02:00
send-payload Reduce the size of web server (#34767) 2022-02-24 19:53:17 +00:00
web Remove NextResponse.json as we already have it defined from inheriting Response (#37887) 2022-06-22 16:03:31 +00:00
accept-header.ts Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00:00
app-render.tsx Drop experimental.reactRoot in favor of auto detection (#37956) 2022-06-23 18:33:16 +02:00
base-server.ts fix: hardcoded protocol in request url (#37925) 2022-06-24 19:31:23 -05:00
body-streams.ts Allow Edge Functions to receive body (#37822) 2022-06-20 09:46:52 +00:00
config-shared.ts Fix invalid warning for existing experimental flag (#38027) 2022-06-25 23:05:02 -05:00
config-utils.ts Remove webpack 4 support (#29660) 2021-10-06 17:40:01 +02:00
config.ts Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
crypto-utils.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
font-utils.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
get-page-files.ts Add initial handling for routing tests (#36635) 2022-05-03 10:37:23 +00:00
get-route-from-entrypoint.ts Rename app paths folder (#37146) 2022-05-25 11:46:26 +02:00
htmlescape.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
image-optimizer.ts Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
load-components.ts chore: rename middleware ssr loader and flight manifest to edge related (#38042) 2022-06-26 21:01:26 +00:00
next-server.ts chore: rename middleware ssr loader and flight manifest to edge related (#38042) 2022-06-26 21:01:26 +00:00
next.ts Drop experimental.reactRoot in favor of auto detection (#37956) 2022-06-23 18:33:16 +02:00
node-polyfill-fetch.js Pre-compile more dependencies (#32742) 2022-01-17 15:17:22 +00:00
node-polyfill-web-streams.js Use Edge Runtime for running Edge Functions locally (#37024) 2022-05-30 12:01:36 +00:00
node-web-streams-helper.ts Update client router for tests (#36822) 2022-05-12 20:52:59 +00:00
optimize-amp.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
post-process.ts Enable html post optimization for react 18 (#36837) 2022-05-12 17:41:37 +00:00
render-result.ts Add unstable_useFlushEffects hook (#34117) 2022-02-18 00:18:28 +00:00
render.tsx Drop experimental.reactRoot in favor of auto detection (#37956) 2022-06-23 18:33:16 +02:00
request-meta.ts fix: hardcoded protocol in request url (#37925) 2022-06-24 19:31:23 -05:00
require.ts Ensure ENOENT error is not ignored when loading pages (#37486) 2022-06-06 14:35:26 -04:00
response-cache.ts Update to not trigger revalidation during prefetch (#37201) 2022-05-29 23:05:23 +00:00
router.ts Migrate middleware ssr to edge functions (#37708) 2022-06-21 19:04:48 +00:00
serve-static.ts Add support for AVIF to next/image (#29683) 2021-10-11 23:17:47 +00:00
server-route-utils.ts Refactor server routing (#37725) 2022-06-16 21:43:01 +00:00
utils.ts Drop experimental.reactRoot in favor of auto detection (#37956) 2022-06-23 18:33:16 +02:00
web-server.ts Migrate middleware ssr to edge functions (#37708) 2022-06-21 19:04:48 +00:00