Skip to content

Commit e989fcb

Browse files
authored
Turbopack: chore: Remove dead RouteMatcher stuff (#85784)
Turns out this is all dead code, so delete it! It looks like this was added back in vercel/turborepo#3448, probably when Turbopack was trying to rewrite larger parts of Next.js than ended up happening.
1 parent 67aa5f3 commit e989fcb

File tree

7 files changed

+0
-454
lines changed

7 files changed

+0
-454
lines changed

crates/next-core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ mod next_import_map;
2727
pub mod next_manifests;
2828
pub mod next_pages;
2929
mod next_root_params;
30-
mod next_route_matcher;
3130
pub mod next_server;
3231
pub mod next_server_component;
3332
pub mod next_server_utility;

crates/next-core/src/next_route_matcher/all.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

crates/next-core/src/next_route_matcher/mod.rs

Lines changed: 0 additions & 182 deletions
This file was deleted.

crates/next-core/src/next_route_matcher/path_regex.rs

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)