]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
refactor(matcher): use custom path parser
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Dec 2019 22:43:09 +0000 (23:43 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Dec 2019 22:43:09 +0000 (23:43 +0100)
commit81176648be188f55f0a67448525a6bcf5d3c4671
treef6ec95625988049e42dce64f6d6632b26f1857e5
parent48a94ef66d51f1cdf0662f832ff6953ba3f7a9d0
refactor(matcher): use custom path parser
__tests__/matcher/resolve.spec.ts
__tests__/url-encoding.spec.ts
src/matcher/index.ts
src/matcher/new-path-matcher.ts [new file with mode: 0644]
src/matcher/path-matcher.ts
src/matcher/path-parser-ranker.ts
src/matcher/types.ts
src/types/index.ts