We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82da018 commit b8eba1aCopy full SHA for b8eba1a
βpackages/router/src/new-route-resolver/new-matcher-pattern.tsβ renamed to βpackages/router/src/new-route-resolver/matcher-pattern.tsβ
βpackages/router/src/new-route-resolver/matcher.spec.tsβ
@@ -5,7 +5,7 @@ import {
5
MatcherPattern,
6
MatcherPatternPath,
7
MatcherPatternQuery,
8
-} from './new-matcher-pattern'
+} from './matcher-pattern'
9
import { miss } from './matchers/errors'
10
import { EmptyParams } from './matcher-location'
11
βpackages/router/src/new-route-resolver/matcher.tsβ
@@ -9,7 +9,7 @@ import type {
MatcherPatternHash,
12
13
import { warn } from '../warning'
14
import { encodeQueryValue as _encodeQueryValue } from '../encoding'
15
import { parseURL, stringifyURL } from '../location'
0 commit comments