File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { NullProtoObj } from "./_utils .ts" ;
1+ import { NullProtoObj } from "./object .ts" ;
22import type { RouterContext } from "./types.ts" ;
33
44/**
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ export { removeRoute } from "./operations/remove.ts";
88export { findAllRoutes } from "./operations/find-all.ts" ;
99export { routeToRegExp } from "./regexp.ts" ;
1010
11- export { NullProtoObj } from "./_utils .ts" ;
11+ export { NullProtoObj } from "./object .ts" ;
File renamed without changes.
Original file line number Diff line number Diff line change 1- import { NullProtoObj } from "../_utils .ts" ;
1+ import { NullProtoObj } from "../object .ts" ;
22import type { MatchedRoute , ParamsIndexMap } from "../types.ts" ;
33
44export function splitPath ( path : string ) : string [ ] {
Original file line number Diff line number Diff line change 1- import { NullProtoObj } from "../_utils .ts" ;
1+ import { NullProtoObj } from "../object .ts" ;
22import type { RouterContext , ParamsIndexMap } from "../types.ts" ;
33import { splitPath } from "./_utils.ts" ;
44
You canβt perform that action at this time.
0 commit comments