rsnext/test/production
Javi Velasco 0bf6655f1c
Use edge compiler for middleware (#36486)
* Refactor `path-match`

* Simplify `createPagesMapping`

* Rename `getRawPageExtensions` -> `withoutRSCExtensions`

* Remove unused `functions-manifest-plugin.ts`

* Enable `eval-source-map` for the edge server compiler

* Use Edge Compiler for Middleware & Refactor

* Update some comments

Co-authored-by: JJ Kasper <jj@jjsweb.site>

Update packages/next/shared/lib/router/utils/path-match.ts

Co-authored-by: JJ Kasper <jj@jjsweb.site>

Update packages/next/shared/lib/router/utils/path-match.ts

Co-authored-by: JJ Kasper <jj@jjsweb.site>

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-04-27 11:50:29 +02:00
..
dependencies-can-use-env-vars-in-middlewares Allow dependencies to use environment variables in middlewares (#33141) 2022-01-10 18:45:00 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps produce source maps for middlewares (#34409) 2022-02-24 15:56:40 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference Add process env NEXT_RUNTIME (#36383) 2022-04-26 17:54:28 +00:00
middleware-typescript Fix typescript 4.6.2 randomUUID() (#34976) 2022-03-02 21:51:15 +00:00
next/jest Ensure mjs files are transformed with jest (#34698) 2022-03-09 13:49:58 +01:00
postcss-plugin-config-as-string allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00
react-18-streaming-ssr Pass nextRuntime in webpack context (#36488) 2022-04-26 21:05:40 +00:00
reading-request-body-in-middleware fix post request hangs when no body is consumed on middleware (#35131) 2022-03-08 19:24:58 +00:00
required-server-files Fix incorrect asPath with fallback rewrite in minimal mode (#36463) 2022-04-26 19:12:29 +00:00
standalone-mode-and-optimizecss Fix outputStandalone with optimizeCss (#36028) 2022-04-11 16:14:28 -05:00
typescript-basic test: add document head multi child prod test (#35426) 2022-03-18 10:19:55 +00:00
required-server-files-i18n.test.ts Normalize ssgCacheKey for /index with minimalMode de-duping (#35536) 2022-03-23 09:28:04 -05:00
required-server-files.test.ts Use edge compiler for middleware (#36486) 2022-04-27 11:50:29 +02:00