Skip to content

Commit

Permalink
refactor: remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 19, 2019
1 parent 8117664 commit 0524c90
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 441 deletions.
180 changes: 0 additions & 180 deletions __tests__/matcher/ranking.spec.ts

This file was deleted.

5 changes: 1 addition & 4 deletions src/matcher/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ import {
} from '../types'
import { NoRouteMatchError, InvalidRouteMatch } from '../errors'
// import { createRouteRecordMatcher } from './path-matcher'
import {
createRouteRecordMatcher,
RouteRecordMatcher,
} from './new-path-matcher'
import { createRouteRecordMatcher, RouteRecordMatcher } from './path-matcher'
import { RouteRecordNormalized } from './types'
import {
PathParams,
Expand Down
28 changes: 0 additions & 28 deletions src/matcher/new-path-matcher.ts

This file was deleted.

Loading

0 comments on commit 0524c90

Please sign in to comment.