rsnext/packages/next/shared/lib/router/utils
hiro 6687f280cf
Fix typos: code comment (#41691)
## Bug

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

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-10-24 01:24:32 +00:00
..
add-locale.ts Refactor server routing (#37725) 2022-06-16 21:43:01 +00:00
add-path-prefix.ts Execute middleware on Next.js internal requests (#37121) 2022-05-27 13:29:04 -05:00
add-path-suffix.ts Execute middleware on Next.js internal requests (#37121) 2022-05-27 13:29:04 -05:00
app-paths.ts Ensure RSC paths are normalized in minimal mode (#41348) 2022-10-12 07:17:17 +00:00
compare-states.ts Add state comparison to router (#38422) 2022-07-25 15:25:56 +00:00
escape-path-delimiters.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
format-next-pathname-info.ts Fix NextUrl trailing slash normalize for data route (#41311) 2022-10-10 16:50:31 -07:00
format-url.ts chore: replace deprecated String.prototype.substr() (#35421) 2022-03-24 17:49:38 -04:00
get-asset-path-from-route.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
get-next-pathname-info.ts Remove Middleware Preflight (#37490) 2022-06-08 10:41:28 -05:00
get-route-from-asset-path.ts Fix dynamic routes with pages under index folder (#32440) 2021-12-13 20:36:31 +00:00
index.ts Deprecate nested Middleware in favor of root middleware (#36772) 2022-05-19 15:46:21 +00:00
is-bot.ts Don't execute prefetches for bot user agents (#40435) 2022-09-12 17:27:43 -07:00
is-dynamic.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
middleware-route-matcher.ts feat(next): Support has match and locale option on middleware config (#39257) 2022-08-31 11:23:30 -05:00
parse-path.ts Ensure mixed query/hash values are handled correctly (#38852) 2022-07-21 19:16:38 +00:00
parse-relative-url.ts Remove Middleware Preflight (#37490) 2022-06-08 10:41:28 -05:00
parse-url.ts Move middleware handling to node server (#33448) 2022-01-19 12:36:06 +00:00
path-has-prefix.ts Execute middleware on Next.js internal requests (#37121) 2022-05-27 13:29:04 -05:00
path-match.ts Fix typos: code comment (#41691) 2022-10-24 01:24:32 +00:00
prepare-destination.ts Update @types/node to 14.14.31 (#41634) 2022-10-22 11:19:14 -07:00
querystring.ts Update @types/node to 14.14.31 (#41634) 2022-10-22 11:19:14 -07:00
relativize-url.ts Fix running server with Polyfilled fetch (#32368) 2021-12-13 18:30:24 +00:00
remove-path-prefix.ts Execute middleware on Next.js internal requests (#37121) 2022-05-27 13:29:04 -05:00
remove-trailing-slash.ts Deprecate nested Middleware in favor of root middleware (#36772) 2022-05-19 15:46:21 +00:00
resolve-rewrites.ts Extract redirect utils into a separate file (#39433) 2022-08-09 14:34:25 -05:00
route-matcher.ts Deprecate nested Middleware in favor of root middleware (#36772) 2022-05-19 15:46:21 +00:00
route-regex.ts Fix typos: code comment (#41691) 2022-10-24 01:24:32 +00:00
sorted-routes.ts App Build Stats (#38884) 2022-08-10 19:31:01 +00:00