Skip to content

Commit

Permalink
refactor: rename matcher-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 9, 2024
1 parent 82da018 commit b8eba1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/router/src/new-route-resolver/matcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
MatcherPattern,
MatcherPatternPath,
MatcherPatternQuery,
} from './new-matcher-pattern'
} from './matcher-pattern'
import { miss } from './matchers/errors'
import { EmptyParams } from './matcher-location'

Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/new-route-resolver/matcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
MatcherPatternHash,
MatcherPatternPath,
MatcherPatternQuery,
} from './new-matcher-pattern'
} from './matcher-pattern'
import { warn } from '../warning'
import { encodeQueryValue as _encodeQueryValue } from '../encoding'
import { parseURL, stringifyURL } from '../location'
Expand Down

0 comments on commit b8eba1a

Please sign in to comment.