Skip to content

Commit b8eba1a

Browse files
committed
refactor: rename matcher-pattern
1 parent 82da018 commit b8eba1a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€Žpackages/router/src/new-route-resolver/matcher.spec.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
MatcherPattern,
66
MatcherPatternPath,
77
MatcherPatternQuery,
8-
} from './new-matcher-pattern'
8+
} from './matcher-pattern'
99
import { miss } from './matchers/errors'
1010
import { EmptyParams } from './matcher-location'
1111

β€Žpackages/router/src/new-route-resolver/matcher.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type {
99
MatcherPatternHash,
1010
MatcherPatternPath,
1111
MatcherPatternQuery,
12-
} from './new-matcher-pattern'
12+
} from './matcher-pattern'
1313
import { warn } from '../warning'
1414
import { encodeQueryValue as _encodeQueryValue } from '../encoding'
1515
import { parseURL, stringifyURL } from '../location'

0 commit comments

Comments
Β (0)