Skip to content

Commit 0524c90

Browse files
committed
refactor: remove old files
1 parent 8117664 commit 0524c90

File tree

5 files changed

+19
-441
lines changed

5 files changed

+19
-441
lines changed

__tests__/matcher/ranking.spec.ts

-180
This file was deleted.

src/matcher/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import {
88
} from '../types'
99
import { NoRouteMatchError, InvalidRouteMatch } from '../errors'
1010
// import { createRouteRecordMatcher } from './path-matcher'
11-
import {
12-
createRouteRecordMatcher,
13-
RouteRecordMatcher,
14-
} from './new-path-matcher'
11+
import { createRouteRecordMatcher, RouteRecordMatcher } from './path-matcher'
1512
import { RouteRecordNormalized } from './types'
1613
import {
1714
PathParams,

src/matcher/new-path-matcher.ts

-28
This file was deleted.

0 commit comments

Comments
 (0)