]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
rename utils
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 5 Apr 2019 15:56:17 +0000 (17:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 5 Apr 2019 15:56:17 +0000 (17:56 +0200)
src/matcher.ts
src/utils/index.ts [moved from src/uitls/index.ts with 100% similarity]

index fbb364682b38a7525e9953a125e26e11928179f1..012e3b5ea63f454d396ffcb32f24254af5bd94f2 100644 (file)
@@ -5,7 +5,7 @@ import {
   RouterLocation,
   RouterLocationNormalized,
 } from './types/index'
-import { stringifyQuery } from './uitls'
+import { stringifyQuery } from './utils'
 
 // TODO: rename
 interface RouteMatcher {
similarity index 100%
rename from src/uitls/index.ts
rename to src/utils/index.ts