rsnext/packages/next/shared/lib
JJ Kasper 6da71321df
Ensure beforeFiles client-side resolving handles dynamic routes (#36317)
This fixes resolving `beforeFiles` rewrites with `next/link` as previously we weren't resolving the destination to a dynamic route since the resolving was being marked as finished when it shouldn't be during `beforeFiles`. 

## Bug

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

Fixes: https://github.com/vercel/next.js/issues/35402
2022-04-21 14:58:43 +00:00
..
i18n Fix basePath replacing server-side and normalizeLocalePath() when path is empty string (#30978) 2021-11-15 17:33:21 +00:00
isomorphic Use fallbackable path module for node and edge runtime (#36306) 2022-04-21 09:07:03 +00:00
router Ensure beforeFiles client-side resolving handles dynamic routes (#36317) 2022-04-21 14:58:43 +00:00
amp-context.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
amp.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
constants.ts Generate functions manifest (#33770) 2022-01-31 15:46:04 +00:00
dynamic.tsx Clean up legacy react 18 tests (#35615) 2022-03-28 12:32:34 +00:00
escape-regexp.ts perf(escapeStringRegexp): test before replace (#34472) 2022-04-16 05:42:10 +00:00
flush-effects.ts Add unstable_useFlushEffects hook (#34117) 2022-02-18 00:18:28 +00:00
head-manager-context.ts next/script fix duplicate scripts (#28428) 2021-08-24 11:07:38 -05:00
head.tsx Only warn styles and scripts under next head in concurrent mode (#34897) 2022-02-28 22:39:51 +00:00
html-context.ts Revert "Revert "Make concurrent features independent from the global runtime option"" (#35490) 2022-03-26 00:05:35 +01:00
image-config-context.ts fix: make sure image-config gets transpiled (#34677) 2022-02-22 09:27:18 -05:00
image-config.ts fix: make sure image-config gets transpiled (#34677) 2022-02-22 09:27:18 -05:00
is-plain-object.ts fix: fixes #33314 move is-plain-object for es5 compilation (#33690) 2022-01-27 17:59:42 +00:00
loadable-context.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
loadable.d.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
loadable.js Update to pre-compile use-subscription (#35746) 2022-03-30 19:07:58 +02:00
mitt.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
post-process.ts Remove experimental image optimization feature (#34349) 2022-02-15 01:36:51 +00:00
router-context.ts Add new target for middleware (#30299) 2021-10-26 18:50:56 +02:00
runtime-config.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
side-effect.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
utils.ts fix type definition for defaultGetInitialProps (#36252) 2022-04-19 12:37:57 +00:00