@@ -50,7 +50,7 @@ export function createContext<TContextData>(
5050 sendActivity,
5151 routeActivity,
5252 } = values ;
53- function throwRouteError ( ) : URL {
53+ function throwRouterError ( ) : URL {
5454 throw new RouterError ( "Not implemented" ) ;
5555 }
5656 return {
@@ -64,17 +64,17 @@ export function createContext<TContextData>(
6464 contextLoader : contextLoader ?? mockDocumentLoader ,
6565 tracerProvider : tracerProvider ?? trace . getTracerProvider ( ) ,
6666 clone : clone ?? ( ( data ) => createContext ( { ...values , data } ) ) ,
67- getNodeInfoUri : getNodeInfoUri ?? throwRouteError ,
68- getActorUri : getActorUri ?? throwRouteError ,
69- getObjectUri : getObjectUri ?? throwRouteError ,
70- getCollectionUri : getCollectionUri ?? throwRouteError ,
71- getOutboxUri : getOutboxUri ?? throwRouteError ,
72- getInboxUri : getInboxUri ?? throwRouteError ,
73- getFollowingUri : getFollowingUri ?? throwRouteError ,
74- getFollowersUri : getFollowersUri ?? throwRouteError ,
75- getLikedUri : getLikedUri ?? throwRouteError ,
76- getFeaturedUri : getFeaturedUri ?? throwRouteError ,
77- getFeaturedTagsUri : getFeaturedTagsUri ?? throwRouteError ,
67+ getNodeInfoUri : getNodeInfoUri ?? throwRouterError ,
68+ getActorUri : getActorUri ?? throwRouterError ,
69+ getObjectUri : getObjectUri ?? throwRouterError ,
70+ getCollectionUri : getCollectionUri ?? throwRouterError ,
71+ getOutboxUri : getOutboxUri ?? throwRouterError ,
72+ getInboxUri : getInboxUri ?? throwRouterError ,
73+ getFollowingUri : getFollowingUri ?? throwRouterError ,
74+ getFollowersUri : getFollowersUri ?? throwRouterError ,
75+ getLikedUri : getLikedUri ?? throwRouterError ,
76+ getFeaturedUri : getFeaturedUri ?? throwRouterError ,
77+ getFeaturedTagsUri : getFeaturedTagsUri ?? throwRouterError ,
7878 parseUri : parseUri ?? ( ( _uri ) => {
7979 throw new Error ( "Not implemented" ) ;
8080 } ) ,
0 commit comments